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
@@ -42,7 +42,7 @@ automation:
# Turn off in Day Mode
- conditions:
condition: state
entity_id: input_select.house_mode
entity_id: input_select.bedroom_mode
state: 'day'
sequence:
- service: light.turn_off