From 17ba60bcda85c0d952a7bedca8e1cd14c7bf083c Mon Sep 17 00:00:00 2001 From: pgrondek Date: Mon, 15 Feb 2021 23:09:43 +0100 Subject: [PATCH] Start vacuum after finishing work --- automations/files/automations/vacuum.yaml | 1 - automations/files/automations/work-finished.yaml | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/automations/files/automations/vacuum.yaml b/automations/files/automations/vacuum.yaml index fee0b4d..8cb28f4 100644 --- a/automations/files/automations/vacuum.yaml +++ b/automations/files/automations/vacuum.yaml @@ -8,7 +8,6 @@ condition: [] action: - service: vacuum.start - data: {} entity_id: vacuum.robot_vacuum mode: single diff --git a/automations/files/automations/work-finished.yaml b/automations/files/automations/work-finished.yaml index cbd5e4a..320313a 100644 --- a/automations/files/automations/work-finished.yaml +++ b/automations/files/automations/work-finished.yaml @@ -8,6 +8,8 @@ for: hours: 8 action: + - service: vacuum.start + entity_id: vacuum.robot_vacuum - service: light.turn_on data: brightness: 200