diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2023-06-28 04:54:37 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2023-06-28 04:54:37 +0400 |
commit | 90149446fbbd45339013cbb7dfe8d823dd38f633 (patch) | |
tree | 366829bc202a2821145692fc7f61850292cc62fb /automations.yaml | |
parent | 2674a5226e13a68b1ee570aef552e78b7a7337b8 (diff) | |
download | hass-90149446fbbd45339013cbb7dfe8d823dd38f633.tar.gz hass-90149446fbbd45339013cbb7dfe8d823dd38f633.tar.bz2 hass-90149446fbbd45339013cbb7dfe8d823dd38f633.tar.xz hass-90149446fbbd45339013cbb7dfe8d823dd38f633.zip |
Minor fixes
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 |