Fix Automation
This commit is contained in:
@@ -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') != '' }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user