From 9c5d96901d6678970803f366553868fd54399643 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sun, 24 Oct 2021 20:58:06 +0200 Subject: [PATCH] Fix daily vacuuming --- configuration/automations/work.yaml | 2 +- scripts/10.modes.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/configuration/automations/work.yaml b/configuration/automations/work.yaml index c3cd464..b5440c0 100644 --- a/configuration/automations/work.yaml +++ b/configuration/automations/work.yaml @@ -117,7 +117,7 @@ - thu - fri action: - - service: script.vacuum_daily + - service: script.vacuum_today - service: light.turn_on data: brightness_pct: 100 diff --git a/scripts/10.modes.yaml b/scripts/10.modes.yaml index 8400842..b29e007 100644 --- a/scripts/10.modes.yaml +++ b/scripts/10.modes.yaml @@ -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