Fix daily vacuuming
This commit is contained in:
parent
049ae92a71
commit
9c5d96901d
@ -117,7 +117,7 @@
|
||||
- thu
|
||||
- fri
|
||||
action:
|
||||
- service: script.vacuum_daily
|
||||
- service: script.vacuum_today
|
||||
- service: light.turn_on
|
||||
data:
|
||||
brightness_pct: 100
|
||||
|
@ -31,15 +31,6 @@ good_night:
|
||||
entity_id:
|
||||
- switch.desk_motor_on_off
|
||||
- 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
|
||||
entity_id:
|
||||
- cover.bedroom_blinds
|
||||
@ -51,6 +42,15 @@ good_night:
|
||||
- service: climate.turn_off
|
||||
target:
|
||||
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
|
||||
mode: single
|
||||
icon: mdi:weather-night
|
||||
|
Loading…
Reference in New Issue
Block a user