diff options
Diffstat (limited to 'automations.yaml')
-rw-r--r-- | automations.yaml | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/automations.yaml b/automations.yaml index 1b14bd5..66cfe12 100644 --- a/automations.yaml +++ b/automations.yaml @@ -737,10 +737,6 @@ light: input_boolean.mode_away delay: 0 on_click: - - service: switch.turn_on - target: - entity_id: switch.hall_lights_center - data: {} - service: input_button.press data: {} target: @@ -1567,11 +1563,11 @@ - switch.bedroom_tablelamp - switch.bedroom_lights_right state: 'off' - - type: is_no_motion - condition: device - device_id: 4df2316b687cb4638268ae44eaad7e14 - entity_id: binary_sensor.bedroom_motions_occupancy - domain: binary_sensor + - condition: state + entity_id: + - binary_sensor.bedroom_motions_occupancy + - binary_sensor.bedroom_presence_presence + state: 'off' for: hours: 0 minutes: 0 |