Compare commits
3 Commits
95a4613f6c
...
b9a7fd1e6e
Author | SHA1 | Date | |
---|---|---|---|
b9a7fd1e6e | |||
387a810e9d | |||
bb6002663d |
@ -7,9 +7,14 @@
|
||||
below: 30
|
||||
for: '00:30:00'
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: sensor.prusa_mk39
|
||||
state: idle
|
||||
- condition: or
|
||||
conditions:
|
||||
- condition: state
|
||||
entity_id: sensor.prusa_mk39
|
||||
state: finished
|
||||
- condition: state
|
||||
entity_id: sensor.prusa_mk39
|
||||
state: idle
|
||||
action:
|
||||
- service: switch.turn_off
|
||||
target:
|
||||
|
@ -10,8 +10,8 @@
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: time
|
||||
after: "00:00:00"
|
||||
before: "08:00:00"
|
||||
after: "08:00:00"
|
||||
before: "23:00:00"
|
||||
sequence:
|
||||
- service: script.bathroom_music_on
|
||||
|
||||
|
@ -43,6 +43,6 @@
|
||||
action:
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
temperature: 23
|
||||
temperature: 25
|
||||
target:
|
||||
entity_id: climate.bedroom_thermostat
|
||||
|
Loading…
Reference in New Issue
Block a user