Rename house mode to bedroom mode

This commit is contained in:
2021-10-13 22:16:23 +03:00
parent 8808202ea2
commit c0c6263e2c
16 changed files with 60 additions and 61 deletions
@@ -13,7 +13,7 @@ automation:
# Turn on in Day Mode
- conditions:
- condition: state
entity_id: input_select.house_mode
entity_id: input_select.bedroom_mode
state: 'day'
sequence:
- service: light.turn_on
@@ -57,7 +57,7 @@ automation:
condition: not
conditions:
- condition: state
entity_id: input_select.house_mode
entity_id: input_select.bedroom_mode
state: 'day'
action:
# Turn off in Night Mode
@@ -85,7 +85,7 @@ automation:
minutes: 15
condition:
condition: state
entity_id: input_select.house_mode
entity_id: input_select.bedroom_mode
state: 'day'
action:
# Turn off in Day Mode