-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flatten not consistently working for template sensor #762
Comments
I've got the same issue. I'm using flatten filter in a template within a script. Home assistant disables that script because it claims it could not be validated: |
I have the same issue with the shuffle helper being used in scripts. After restart, the script is disabled as invalid due to shuffle being used. relevant log excerpts:
Running spook v 3.1.0 installed via HACS. To get it working again I need to touch the script and then it usually will validate ok and work again. |
What version of Spook are you using?
3.0.1
What version of Home Assistant are you using?
2024.5.3
The problem
I created a template sensor in configuration. yaml. I am using flatten within the state template. When loading the yaml in developer tools, everything works. When restarting HA, the sensor gets unavailable and error log shows that flatten function is unknown.
Is there a way to overcome that issue?
Anything in the logs? Paste it here!
No response
The text was updated successfully, but these errors were encountered: