Various improvements to automations and UI

This commit is contained in:
2021-05-18 18:59:10 +03:00
parent dbbda673f4
commit af18dffdb3
22 changed files with 338 additions and 192 deletions
@@ -10,7 +10,7 @@ automation:
state: "on"
action:
- choose:
# Day Mode
# Turn on in Day Mode
- conditions:
- condition: state
entity_id: input_select.house_mode
@@ -22,7 +22,7 @@ automation:
- light.browser_hallway
data:
brightness_pct: 100
# Night Mode
# Turn off in Night Mode
default:
- service: light.turn_on
entity_id:
@@ -39,7 +39,7 @@ automation:
to: "off"
action:
- choose:
# Day Mode
# Turn off in Day Mode
- conditions:
condition: state
entity_id: input_select.house_mode
@@ -51,7 +51,7 @@ automation:
entity_id: light.browser_hallway
data:
brightness_pct: 1
# Night Mode
# Turn off in Night Mode
default:
- service: light.turn_off
entity_id: