1
0

Update illuminance for automations

This commit is contained in:
Przemek Grondek 2023-02-03 14:54:55 +01:00
parent 9e7401d133
commit 8831f4116c
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
condition:
- condition: numeric_state
entity_id: sensor.office_illuminance
below: '150'
below: '170'
action:
- service: script.hallway_lights_on

View File

@ -14,7 +14,7 @@
- conditions:
- condition: numeric_state
entity_id: sensor.office_illuminance
below: '150'
below: '170'
sequence:
- service: script.kitchen_lights_on