Fix Automation

This commit is contained in:
2023-10-17 10:25:02 -07:00
parent f59daeee1c
commit 1b631ca798

View File

@@ -40,7 +40,7 @@ automation:
# Reset the Fan Speed when cleaning is complete (if cached) # Reset the Fan Speed when cleaning is complete (if cached)
- alias: "Furbot: Reset Fan Speed" - alias: "Furbot: Reset Fan Speed"
trigger: trigger:
- platform: entity - platform: state
entity_id: vacuum.valetudo_furbot entity_id: vacuum.valetudo_furbot
to: docked to: docked
condition: "{{ states('input_text.furbot_last_fan_speed') != '' }}" condition: "{{ states('input_text.furbot_last_fan_speed') != '' }}"