mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 18:28:43 +00:00
Include Guest Bedroom in house mode
This commit is contained in:
@@ -27,7 +27,7 @@ automation:
|
||||
entity_id: light.living_room_main
|
||||
brightness_pct: >-
|
||||
|
||||
{% if is_state('input_select.bedroom_mode', 'night') %}
|
||||
{% if is_state('sensor.house_mode', 'night') %}
|
||||
40
|
||||
{% else %}
|
||||
100
|
||||
@@ -39,7 +39,7 @@ automation:
|
||||
entity_id: light.living_room_ambient
|
||||
brightness_pct: >-
|
||||
|
||||
{% if is_state('input_select.bedroom_mode', 'night') %}
|
||||
{% if is_state('sensor.house_mode', 'night') %}
|
||||
40
|
||||
{% else %}
|
||||
100
|
||||
|
||||
@@ -98,7 +98,7 @@ automation:
|
||||
to: "off"
|
||||
condition:
|
||||
condition: state
|
||||
entity_id: input_select.bedroom_mode
|
||||
entity_id: sensor.house_mode
|
||||
state: "day"
|
||||
action:
|
||||
- service: script.sonos_join_bedroom
|
||||
|
||||
Reference in New Issue
Block a user