Closed Vitani closed 5 days ago
The action water_heater.set_temperature shouldn't be unknown, it is a valid action
Unfortunately, it seems like the water heater integration isn't loaded, otherwise it would have been a valid action. The reason it raises, is because it is referenced, but not available on your system. Just because the action is documented, doesn't mean it is available on your instance.
This automation doesn't use the water_heater.set_temperature action, however it does call a script which contains this action.
If it isn't used... remove it? 🤷
Closing this issue, as it sounds like it works as intended.
../Frenck
The kettle does use that integration though? So it should be loaded?
What I mean by it doesn't use the water_heater.set_temperature
action, it's not directly referenced in the automation configuration.
The action also shows up in the Developer Tools
YAML view
What version of Spook are you using?
3.1.0
What version of Home Assistant are you using?
2024.11.1 (it was also present in 2024.10.x)
The problem
I get this error:
I see two issues with this spook:
water_heater.set_temperature
shouldn't be unknown, it is a valid actionwater_heater.set_temperature
action, however it does call a script which contains this action.Automation YAML (
automation.claire_near_home
):Script YAML (
script.turn_kettle_on
)Anything in the logs? Paste it here!
No response