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
0
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

2.0.0

Diff
elchininet
published 2.0.0 •

Changelog

Source

[2.0.0] - 2024-01-28

  • The main class doesn‘t accept a hass object anymore. It needs an HTML element that contains the hass object as a property. This is to solve a bug that the templates were returining always the old version of the states.
elchininet
published 1.2.0 •

Changelog

Source

[1.2.0] - 2024-01-28

  • Rollback the None returns and return undefined in these cases.
  • Throw an error if the states method is used with a domain
elchininet
published 1.1.0 •

Changelog

Source

[1.1.0] - 2024-01-28

  • Added user to Hass interface
  • New properties to get user data (user_name, user_is_admin, user_is_owner)
  • Add strict mode to the compiled code
elchininet
published 1.0.1 •

Changelog

Source

[1.0.1] - 2024-01-28

  • Exports the Hass interface
elchininet
published 1.0.0 •

Changelog

Source

[1.0.0] - 2024-01-28

  • Release of home-assistant-javascript-templates