Open ildar170975 opened 3 days ago
Hey there @phracturedblue, @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (template
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
template documentation template source (message by IssueLinks)
i can confrm, that (template) blueprints don’t reload after the initial loading of the blueprint. workaround is to rename the blueprint (and reference name).
The problem
Consider this blueprint:
Note that it has
conditions
instead ofcondition
. Define a sensor:Reload
template
integration:Note an error in Log:
Go back to the blueprint, edit to
condition
. Reloadtemplate
integration. One more same error is added to Log.Only after HA reboot the template sensor is created.
Seems that reloading templates does not reload a blueprint.
What version of Home Assistant Core has the issue?
2024.11.1
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
template
Link to integration documentation on our website
https://www.home-assistant.io/integrations/template
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response