home-assistant-javascript-templates
Advanced tools
Changelog
[5.5.0] - 2024-11-10
autoReturn
to manage the feature of adding return
statements at the beginning of the templatesChangelog
[5.4.2] - 2024-11-10
get-promisable-result
package as a dependencyChangelog
[5.4.1] - 2024-11-10
getPromisableElement
utility and replace it by the getPromisableResult
from get-promisable-result
packageChangelog
[5.4.0] - 2024-10-26
HomeAssistantJavaScriptTemplatesRenderer
classChangelog
[5.3.1] - 2024-10-25
Changelog
[5.3.0] - 2024-10-25
Changelog
[5.2.1] - 2024-10-25
panel_url
, it should be updated also when the views changeChangelog
[5.2.0] - 2024-10-24
panel_url
which will return the window.location.pathname
Changelog
[5.1.0] - 2024-10-24
trackTemplate
with the same template but with different renderingFunctions
was registering only the first one.trackTemplate
method now returns a function that will clean the tracking of that template/rendering function when called