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