New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

home-assistant-javascript-templates

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

home-assistant-javascript-templates - npm Package Versions

23

5.7.0

Diff
elchininet
published 5.7.0 •

Changelog

Source

[5.7.0] - 2025-03-09

  • Add a new parameter to the renderTemplate method to send extra variables
elchininet
published 5.6.1 •

Changelog

Source

[5.6.1] - 2025-02-22

  • Make it possible to serialize refs without errors
elchininet
published 5.6.0 •

Changelog

Source

[5.6.0] - 2025-01-16

  • Add two new functions to the templates to work with reactive variables (ref and unref)
elchininet
published 5.5.1 •

Changelog

Source

[5.5.1] - 2024-12-14

  • Fix a bug about panel_url registering all the entity_ids of all registered templates
elchininet
published 5.5.0 •

Changelog

Source

[5.5.0] - 2024-11-10

  • Add a new option autoReturn to manage the feature of adding return statements at the beginning of the templates
elchininet
published 5.4.2 •

Changelog

Source

[5.4.2] - 2024-11-10

  • Set the get-promisable-result package as a dependency
elchininet
published 5.4.1 •

Changelog

Source

[5.4.1] - 2024-11-10

  • Remove getPromisableElement utility and replace it by the getPromisableResult from get-promisable-result package
elchininet
published 5.4.0 •

Changelog

Source

[5.4.0] - 2024-10-26

  • Create a variable property in the HomeAssistantJavaScriptTemplatesRenderer class
elchininet
published 5.3.2 •

Changelog

Source

[5.3.2] - 2024-10-26

  • Refactor variables retrieval
elchininet
published 5.3.1 •

Changelog

Source

[5.3.1] - 2024-10-25

  • Fix templates with spaces at the beginning