1
0

Fix daily vacuuming

This commit is contained in:
Przemek Grondek 2021-10-24 20:58:06 +02:00
parent 049ae92a71
commit 9c5d96901d
2 changed files with 10 additions and 10 deletions

View File

@ -117,7 +117,7 @@
- thu - thu
- fri - fri
action: action:
- service: script.vacuum_daily - service: script.vacuum_today
- service: light.turn_on - service: light.turn_on
data: data:
brightness_pct: 100 brightness_pct: 100

View File

@ -31,15 +31,6 @@ good_night:
entity_id: entity_id:
- switch.desk_motor_on_off - switch.desk_motor_on_off
- switch.printer_switch - switch.printer_switch
- service: switch.turn_on
entity_id: switch.mute_doorbell
- service: input_boolean.turn_off
target:
entity_id: input_boolean.pc_caffeine
- service: script.pc_safe_off
- service: hassio.addon_stop
data:
addon: core_samba
- service: cover.close_cover - service: cover.close_cover
entity_id: entity_id:
- cover.bedroom_blinds - cover.bedroom_blinds
@ -51,6 +42,15 @@ good_night:
- service: climate.turn_off - service: climate.turn_off
target: target:
entity_id: climate.ac entity_id: climate.ac
- service: switch.turn_on
entity_id: switch.mute_doorbell
- service: input_boolean.turn_off
target:
entity_id: input_boolean.pc_caffeine
- service: script.pc_safe_off
- service: hassio.addon_stop
data:
addon: core_samba
- service: script.tv_off - service: script.tv_off
mode: single mode: single
icon: mdi:weather-night icon: mdi:weather-night