Update brightness trigger level and remove redundant automation
This commit is contained in:
parent
c247b5a673
commit
243dd80de5
1 changed files with 1 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue