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
@@ -27,7 +27,7 @@ automation:
entity_id: light.living_room_main
brightness_pct: >-
{% if is_state('input_select.house_mode', 'night') %}
{% if is_state('input_select.bedroom_mode', 'night') %}
40
{% else %}
100
@@ -39,7 +39,7 @@ automation:
entity_id: light.living_room_ambient
brightness_pct: >-
{% if is_state('input_select.house_mode', 'night') %}
{% if is_state('input_select.bedroom_mode', 'night') %}
40
{% else %}
100