1
0
ansible-home-assistant/configuration/automations/brightness.yaml
2022-04-05 23:57:55 +02:00

77 lines
1.7 KiB
YAML

- id: brightness-dark
alias: '[Brightness] Dark'
mode: single
trigger:
- platform: numeric_state
entity_id: sensor.xiaomi_lumi_sen_ill_mgl01_cc990100_illuminance
below: '10'
for:
hours: 0
minutes: 1
seconds: 0
action:
- service: cover.close_cover
target:
entity_id:
- cover.office_blind
- cover.dining_blinds
- id: brightness-ok
alias: '[Brightness] OK'
mode: single
trigger:
- platform: numeric_state
entity_id: sensor.xiaomi_lumi_sen_ill_mgl01_cc990100_illuminance
above: '30'
below: '150'
for:
hours: 0
minutes: 1
seconds: 0
action:
- service: cover.open_cover
target:
entity_id:
- cover.office_blind
- cover.dining_blinds
- id: brightness-bright
alias: '[Brightness] Bright'
mode: single
trigger:
- platform: numeric_state
entity_id: sensor.xiaomi_lumi_sen_ill_mgl01_cc990100_illuminance
above: '1500'
below: '1950'
for:
hours: 0
minutes: 1
seconds: 0
action:
- service: cover.close_cover
target:
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