diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2024-06-13 05:41:46 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2024-06-13 05:41:46 +0400 |
commit | 6ff83b7acca705bbeca565783eb9c14129118f81 (patch) | |
tree | daeef3b24cd3fcdfea74c86c0a70e62762eba2c2 /automations.yaml | |
parent | cc45b7a670931c077514ca8f4daeb87d62f659d9 (diff) | |
download | hass-6ff83b7acca705bbeca565783eb9c14129118f81.tar.gz hass-6ff83b7acca705bbeca565783eb9c14129118f81.tar.bz2 hass-6ff83b7acca705bbeca565783eb9c14129118f81.tar.xz hass-6ff83b7acca705bbeca565783eb9c14129118f81.zip |
Allow some delay for Aqara sensors to propogate luminance after motion started (in motion_switch blueprint). Use luminance of presence sensor in kitchen automation
Diffstat (limited to 'automations.yaml')
-rw-r--r-- | automations.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/automations.yaml b/automations.yaml index f661b33..97244a2 100644 --- a/automations.yaml +++ b/automations.yaml @@ -992,8 +992,8 @@ - switch.kitchen_ledlights motion_entity: binary_sensor.motions_kitchen illumination_test: sensor - illuminance_entity: sensor.kitchen_motions_illuminance_lux - lux_threshold: 80 + illuminance_entity: sensor.kitchen_presence_illuminance_lux + lux_threshold: 40 - id: '1673037015865' alias: 'Motions: Night Light' description: '' |