Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c3def6996 | |||
| 68db35cae3 |
@@ -173,6 +173,9 @@
|
||||
- condition: time
|
||||
after: '06:30:00'
|
||||
before: '22:00:00'
|
||||
- condition: state
|
||||
entity_id: script.godnat_sovevaerelse
|
||||
state: 'off'
|
||||
action:
|
||||
- service: homeassistant.turn_off
|
||||
data:
|
||||
|
||||
@@ -4,28 +4,28 @@ godnat_sovevaerelse:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
target:
|
||||
entity_id: light.bedroom
|
||||
entity_id: light.sovevaerelse
|
||||
data:
|
||||
brightness_pct: 40
|
||||
transition: 300
|
||||
- delay: "00:05:00"
|
||||
- service: light.turn_on
|
||||
target:
|
||||
entity_id: light.bedroom
|
||||
entity_id: light.sovevaerelse
|
||||
data:
|
||||
brightness_pct: 10
|
||||
transition: 300
|
||||
- delay: "00:05:00"
|
||||
- service: light.turn_on
|
||||
target:
|
||||
entity_id: light.bedroom
|
||||
entity_id: light.sovevaerelse
|
||||
data:
|
||||
brightness_pct: 1
|
||||
transition: 300
|
||||
- delay: "00:05:00"
|
||||
- service: light.turn_off
|
||||
target:
|
||||
entity_id: light.bedroom
|
||||
entity_id: light.sovevaerelse
|
||||
data:
|
||||
transition: 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user