1
0

Update brightness

This commit is contained in:
Przemek Grondek 2022-10-19 22:44:51 +02:00
parent d20c867724
commit d0ad02b118

View File

@ -22,10 +22,10 @@
trigger: trigger:
- platform: numeric_state - platform: numeric_state
entity_id: sensor.office_illuminance entity_id: sensor.office_illuminance
below: '160' below: '150'
for: for:
hours: 0 hours: 0
minutes: 2 minutes: 5
seconds: 0 seconds: 0
condition: condition:
- condition: or - condition: or
@ -39,6 +39,9 @@
- condition: state - condition: state
entity_id: device_tracker.amdn4684 entity_id: device_tracker.amdn4684
state: 'home' state: 'home'
- condition: state
entity_id: input_select.home_mode
state: Day
action: action:
- service: script.office_lights_on - service: script.office_lights_on