I’d like to suggest a slight improvement for Dev Tools –> Template section.
I often use it to test my templates. It’s quite annoying that if I want to observe how template behaves I need to refresh it manually by:
Focusing on text area
Adding or removing a dummy character to make it reload (and break).
Remove or add said character to make template render as it should.
Why the heck can’t it update each second?
If above isn’t possible – Why the heck isn’t there any button to reload it manually?
Or even better use the same system that extracts entity ids from sensor templates to monitor for changes and have a refresh based on these listeners rather than polling.