1
0
Fork 0

Update brightness trigger level and remove redundant automation

This commit is contained in:
Przemek Grondek 2022-04-23 21:51:32 +02:00
parent c247b5a673
commit 243dd80de5

View file

@ -4,7 +4,7 @@
trigger:
- platform: numeric_state
entity_id: sensor.xiaomi_lumi_sen_ill_mgl01_cc990100_illuminance
below: '10'
below: '20'
for:
hours: 0
minutes: 1
@ -42,7 +42,6 @@
- platform: numeric_state
entity_id: sensor.xiaomi_lumi_sen_ill_mgl01_cc990100_illuminance
above: '1500'
below: '1950'
for:
hours: 0
minutes: 1
@ -53,24 +52,3 @@
entity_id:
- cover.office_blind
- cover.dining_blinds
- service: cover.open_cover
target:
entity_id:
- cover.dining_blinds
- id: brightness-very-bright
alias: '[Brightness] Very bright'
mode: single
trigger:
- platform: numeric_state
entity_id: sensor.xiaomi_lumi_sen_ill_mgl01_cc990100_illuminance
above: '2000'
for:
hours: 0
minutes: 1
seconds: 0
action:
- service: cover.close_cover
target:
entity_id:
- cover.office_blind