Change brightness automations - threshold values
This commit is contained in:
parent
1394e2d877
commit
46df7995be
@ -1,5 +1,5 @@
|
||||
- id: brightness-dark
|
||||
alias: '[Brightness] Dark'
|
||||
alias: '[Brightness] Dark - close covers'
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
@ -22,7 +22,7 @@
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.office_illuminance
|
||||
below: '55'
|
||||
below: '140'
|
||||
for:
|
||||
hours: 0
|
||||
minutes: 1
|
||||
@ -48,7 +48,7 @@
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.office_illuminance
|
||||
above: '60'
|
||||
above: '250'
|
||||
for:
|
||||
hours: 0
|
||||
minutes: 1
|
||||
@ -57,7 +57,7 @@
|
||||
- service: script.office_lights_off
|
||||
|
||||
- id: brightness-ok
|
||||
alias: '[Brightness] OK'
|
||||
alias: '[Brightness] OK - open covers'
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
@ -76,12 +76,12 @@
|
||||
- cover.dining_blinds
|
||||
|
||||
- id: brightness-bright
|
||||
alias: '[Brightness] Bright'
|
||||
alias: '[Brightness] Bright - close covers'
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.office_illuminance
|
||||
above: '1500'
|
||||
above: '1200'
|
||||
for:
|
||||
hours: 0
|
||||
minutes: 1
|
||||
|
Loading…
Reference in New Issue
Block a user