1
0

Change brightness for blinds automation

This commit is contained in:
Przemek Grondek 2023-01-19 03:13:46 +01:00
parent a5e2fdc76b
commit d20b95eea8

View File

@ -66,7 +66,7 @@
- platform: numeric_state - platform: numeric_state
entity_id: sensor.office_illuminance entity_id: sensor.office_illuminance
above: '30' above: '30'
below: '120' below: '150'
for: for:
hours: 0 hours: 0
minutes: 0 minutes: 0
@ -74,7 +74,7 @@
- platform: numeric_state - platform: numeric_state
entity_id: sensor.office_illuminance entity_id: sensor.office_illuminance
above: '30' above: '30'
below: '120' below: '150'
for: for:
hours: 0 hours: 0
minutes: 1 minutes: 1
@ -82,7 +82,7 @@
- platform: numeric_state - platform: numeric_state
entity_id: sensor.office_illuminance entity_id: sensor.office_illuminance
above: '30' above: '30'
below: '120' below: '150'
for: for:
hours: 0 hours: 0
minutes: 2 minutes: 2
@ -90,7 +90,7 @@
- platform: numeric_state - platform: numeric_state
entity_id: sensor.office_illuminance entity_id: sensor.office_illuminance
above: '30' above: '30'
below: '120' below: '150'
for: for:
hours: 0 hours: 0
minutes: 3 minutes: 3