mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
Will pushing from the server break anything?
This commit is contained in:
@@ -125,7 +125,7 @@ cards:
|
||||
secondary: "{{states('input_select.dining_room_mode')}}"
|
||||
entity: input_boolean.dining_room_occupied
|
||||
icon: mdi:lightbulb
|
||||
icon_color: "{{ iif(is_state('light.dining_room_switch', 'on'), 'yellow') }}"
|
||||
icon_color: "{{ iif(is_state('light.dining_room', 'on'), 'yellow') }}"
|
||||
tap_action:
|
||||
action: toggle
|
||||
- type: vertical-stack
|
||||
@@ -149,7 +149,7 @@ cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Ceiling
|
||||
secondary: "{{states('input_select.master_bedroom_mode')}}"
|
||||
entity: input_boolean.master_bedroom_occupied
|
||||
entity: input_boolean.bedroom_occupied
|
||||
icon: mdi:lightbulb
|
||||
icon_color: >-
|
||||
{{ iif(is_state('light.master_bedroom_hue', 'on'), 'yellow')
|
||||
@@ -175,7 +175,7 @@ cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Master Bathroom
|
||||
secondary: "{{states('input_select.master_bathroom_mode')}}"
|
||||
entity: input_boolean.master_bathroom_occupied
|
||||
entity: input_boolean.bathroom_occupied
|
||||
icon: mdi:lightbulb
|
||||
icon_color: >-
|
||||
{{ iif(is_state('light.master_bathroom_hue', 'on'), 'yellow')
|
||||
|
||||
Reference in New Issue
Block a user