From 1b631ca798e651eb597677ff3521e9807e493829 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Tue, 17 Oct 2023 10:25:02 -0700 Subject: [PATCH] Fix Automation --- packages/vacuum/vacuum.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vacuum/vacuum.yaml b/packages/vacuum/vacuum.yaml index 4d680d3..a504627 100644 --- a/packages/vacuum/vacuum.yaml +++ b/packages/vacuum/vacuum.yaml @@ -40,7 +40,7 @@ automation: # Reset the Fan Speed when cleaning is complete (if cached) - alias: "Furbot: Reset Fan Speed" trigger: - - platform: entity + - platform: state entity_id: vacuum.valetudo_furbot to: docked condition: "{{ states('input_text.furbot_last_fan_speed') != '' }}"