Skip to content

v1.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 12:34
· 1252 commits to master since this release
b293c08

What’s Changed

This release brings a lot of YAML schema updates!
Big thanks to all the people jumping in this release: @bdr99, @zipkid, @ryanjohnsontv, @rbnis and @Erates!

🚀 Features

🐛 Bug Fixes

  • Make severity optional in gauge card for Lovelace schema @bdr99 (#1074)
  • Fixes 'square' parameter for the Grid card to be a boolean @zipkid (#1068)

🧬 YAML Schema Updates

  • Update template.ts to include 2013.3 fan change @ryanjohnsontv (#1075)
  • Update MQTT Cover schema to match Home Assistant 2021.3.0 @frenck (#1086)
  • Added state_stopped attribute to a MQTT Cover @Erates (#1085)
  • Make severity optional in gauge card for Lovelace schema @bdr99 (#1074)
  • Fixes 'square' parameter for the Grid card to be a boolean @zipkid (#1068)
  • Collection of tweak to snippets @frenck (#1033)
  • Support value_template in MQTT trigger @frenck (#1034)
  • Aliases are now supported in all actions and conditions @frenck (#1032)
  • Target now supports templates @frenck (#1031)
  • Add homeassistant.temperature_unit @rbnis (#983)

📚 Documentation

🧰 Maintenance