1
0

Compare commits

...

3 Commits

Author SHA1 Message Date
b9a7fd1e6e Update bedroom temperature 2024-01-24 23:05:02 +01:00
387a810e9d Fix 3d printer auto off 2024-01-24 23:01:20 +01:00
bb6002663d Fix bathroom music with toothbrush 2024-01-24 23:01:01 +01:00
3 changed files with 11 additions and 6 deletions

View File

@ -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:

View File

@ -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

View File

@ -43,6 +43,6 @@
action:
- service: climate.set_temperature
data:
temperature: 23
temperature: 25
target:
entity_id: climate.bedroom_thermostat