Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
60157b38ce
|
@ -1272,6 +1272,8 @@ views:
|
|||||||
action: toggle
|
action: toggle
|
||||||
icon: mdi:palette
|
icon: mdi:palette
|
||||||
styles: ''
|
styles: ''
|
||||||
|
modules:
|
||||||
|
- default
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: separator
|
card_type: separator
|
||||||
name: Lights
|
name: Lights
|
||||||
@ -1454,6 +1456,9 @@ views:
|
|||||||
button_action:
|
button_action:
|
||||||
double_tap_action:
|
double_tap_action:
|
||||||
action: none
|
action: none
|
||||||
|
button_type: switch
|
||||||
|
modules:
|
||||||
|
- default
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: button
|
card_type: button
|
||||||
button_type: switch
|
button_type: switch
|
||||||
@ -1485,8 +1490,26 @@ views:
|
|||||||
button_action:
|
button_action:
|
||||||
double_tap_action:
|
double_tap_action:
|
||||||
action: none
|
action: none
|
||||||
|
button_type: switch
|
||||||
|
modules:
|
||||||
|
- default
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: empty-column
|
card_type: button
|
||||||
|
name: Recliner Mode
|
||||||
|
show_state: true
|
||||||
|
tap_action:
|
||||||
|
action: toggle
|
||||||
|
double_tap_action:
|
||||||
|
action: none
|
||||||
|
hold_action:
|
||||||
|
action: more-info
|
||||||
|
button_action:
|
||||||
|
double_tap_action:
|
||||||
|
action: none
|
||||||
|
button_type: switch
|
||||||
|
modules:
|
||||||
|
- default
|
||||||
|
entity: input_boolean.recliner_mode
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: separator
|
card_type: separator
|
||||||
name: Status
|
name: Status
|
||||||
@ -1521,8 +1544,8 @@ views:
|
|||||||
- type: custom:streamline-card
|
- type: custom:streamline-card
|
||||||
template: popup_accent_color_button
|
template: popup_accent_color_button
|
||||||
variables:
|
variables:
|
||||||
- name: Motion
|
name: Motion
|
||||||
- entity: binary_sensor.basement_studio_motion
|
entity: binary_sensor.basement_studio_motion
|
||||||
- type: custom:streamline-card
|
- type: custom:streamline-card
|
||||||
template: popup_accent_color_button
|
template: popup_accent_color_button
|
||||||
variables:
|
variables:
|
||||||
|
Reference in New Issue
Block a user