Remove all large layouts as they are the default now
This commit is contained in:
@ -50,7 +50,6 @@ decluttering_templates:
|
|||||||
}
|
}
|
||||||
show_state: false
|
show_state: false
|
||||||
columns: '[[columns]]'
|
columns: '[[columns]]'
|
||||||
card_layout: large
|
|
||||||
main_button_name:
|
main_button_name:
|
||||||
default:
|
default:
|
||||||
- name: ''
|
- name: ''
|
||||||
@ -70,7 +69,6 @@ decluttering_templates:
|
|||||||
tap_action:
|
tap_action:
|
||||||
action: navigate
|
action: navigate
|
||||||
navigation_path: '[[navigation_path]]'
|
navigation_path: '[[navigation_path]]'
|
||||||
card_layout: large
|
|
||||||
columns: '[[columns]]'
|
columns: '[[columns]]'
|
||||||
styles: |-
|
styles: |-
|
||||||
.bubble-button-background {
|
.bubble-button-background {
|
||||||
@ -169,7 +167,6 @@ decluttering_templates:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
!important;
|
!important;
|
||||||
}
|
}
|
||||||
card_layout: large-2-rows
|
|
||||||
sub_button:
|
sub_button:
|
||||||
- entity: '[[temp_entity]]'
|
- entity: '[[temp_entity]]'
|
||||||
name: Temp
|
name: Temp
|
||||||
@ -203,7 +200,6 @@ decluttering_templates:
|
|||||||
card_type: separator
|
card_type: separator
|
||||||
name: '[[name]]'
|
name: '[[name]]'
|
||||||
icon: '[[icon]]'
|
icon: '[[icon]]'
|
||||||
card_layout: large
|
|
||||||
sub_button:
|
sub_button:
|
||||||
- entity: '[[power_entity]]'
|
- entity: '[[power_entity]]'
|
||||||
name: Power
|
name: Power
|
||||||
@ -596,7 +592,6 @@ views:
|
|||||||
action: navigate
|
action: navigate
|
||||||
navigation_path: /dashboard-mobile/rabbit
|
navigation_path: /dashboard-mobile/rabbit
|
||||||
columns: 2
|
columns: 2
|
||||||
card_layout: large
|
|
||||||
card_mod:
|
card_mod:
|
||||||
style: |-
|
style: |-
|
||||||
.is-unavailable {
|
.is-unavailable {
|
||||||
@ -720,7 +715,6 @@ views:
|
|||||||
card_type: button
|
card_type: button
|
||||||
button_type: name
|
button_type: name
|
||||||
name: Tony
|
name: Tony
|
||||||
card_layout: large
|
|
||||||
sub_button: []
|
sub_button: []
|
||||||
columns: 2
|
columns: 2
|
||||||
icon: mdi:human-male
|
icon: mdi:human-male
|
||||||
@ -804,7 +798,6 @@ views:
|
|||||||
card_type: button
|
card_type: button
|
||||||
button_type: name
|
button_type: name
|
||||||
name: Tina
|
name: Tina
|
||||||
card_layout: large
|
|
||||||
sub_button: []
|
sub_button: []
|
||||||
columns: 2
|
columns: 2
|
||||||
icon: mdi:human-female
|
icon: mdi:human-female
|
||||||
@ -888,7 +881,6 @@ views:
|
|||||||
card_type: button
|
card_type: button
|
||||||
button_type: name
|
button_type: name
|
||||||
name: Kallen
|
name: Kallen
|
||||||
card_layout: large
|
|
||||||
sub_button: []
|
sub_button: []
|
||||||
columns: 2
|
columns: 2
|
||||||
icon: mdi:human-child
|
icon: mdi:human-child
|
||||||
@ -972,7 +964,6 @@ views:
|
|||||||
card_type: button
|
card_type: button
|
||||||
button_type: name
|
button_type: name
|
||||||
name: Emma
|
name: Emma
|
||||||
card_layout: large
|
|
||||||
sub_button: []
|
sub_button: []
|
||||||
columns: 2
|
columns: 2
|
||||||
icon: mdi:bow-tie
|
icon: mdi:bow-tie
|
||||||
@ -997,7 +988,6 @@ views:
|
|||||||
card_type: button
|
card_type: button
|
||||||
button_type: state
|
button_type: state
|
||||||
entity: timer.kallen_timer
|
entity: timer.kallen_timer
|
||||||
card_layout: large
|
|
||||||
columns: 4
|
columns: 4
|
||||||
visibility:
|
visibility:
|
||||||
- condition: user
|
- condition: user
|
||||||
@ -1082,7 +1072,6 @@ views:
|
|||||||
tap_action:
|
tap_action:
|
||||||
action: navigate
|
action: navigate
|
||||||
navigation_path: '#front-porch'
|
navigation_path: '#front-porch'
|
||||||
card_layout: large-2-rows
|
|
||||||
sub_button: []
|
sub_button: []
|
||||||
- type: custom:decluttering-card
|
- type: custom:decluttering-card
|
||||||
template: floors_separator
|
template: floors_separator
|
||||||
@ -1176,7 +1165,6 @@ views:
|
|||||||
tap_action:
|
tap_action:
|
||||||
action: navigate
|
action: navigate
|
||||||
navigation_path: '#kitchen'
|
navigation_path: '#kitchen'
|
||||||
card_layout: large
|
|
||||||
styles: |-
|
styles: |-
|
||||||
.bubble-button-background {
|
.bubble-button-background {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
|
Reference in New Issue
Block a user