Compare commits
2 commits
613e0e14ae
...
423e11f2af
Author | SHA1 | Date | |
---|---|---|---|
423e11f2af | |||
8659dbdb33 |
1 changed files with 4 additions and 4 deletions
|
@ -66,7 +66,7 @@
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.office_illuminance
|
entity_id: sensor.office_illuminance
|
||||||
above: '30'
|
above: '30'
|
||||||
below: '150'
|
below: '120'
|
||||||
for:
|
for:
|
||||||
hours: 0
|
hours: 0
|
||||||
minutes: 1
|
minutes: 1
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.office_illuminance
|
entity_id: sensor.office_illuminance
|
||||||
above: '30'
|
above: '30'
|
||||||
below: '150'
|
below: '120'
|
||||||
for:
|
for:
|
||||||
hours: 0
|
hours: 0
|
||||||
minutes: 2
|
minutes: 2
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.office_illuminance
|
entity_id: sensor.office_illuminance
|
||||||
above: '30'
|
above: '30'
|
||||||
below: '150'
|
below: '120'
|
||||||
for:
|
for:
|
||||||
hours: 0
|
hours: 0
|
||||||
minutes: 3
|
minutes: 3
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
- condition: numeric_state
|
- condition: numeric_state
|
||||||
entity_id: cover.office_blinds
|
entity_id: cover.office_blinds
|
||||||
attribute: current_position
|
attribute: current_position
|
||||||
below: 50
|
below: 51
|
||||||
sequence:
|
sequence:
|
||||||
- service: cover.set_cover_position
|
- service: cover.set_cover_position
|
||||||
data:
|
data:
|
||||||
|
|
Loading…
Reference in a new issue