Skip to content

Releases: keesschollaart81/vscode-home-assistant

v1.21.0

03 Aug 14:06
c963a5e
Compare
Choose a tag to compare

What’s Changed

This release prepares for all the amazing new Lovelace features that will become available with Home Assistant Core 2021.8!

Thanks @AWoodley and @farmio for contributing this release 🥇

🚀 Features

🐛 Bug Fixes

  • Add command_topic to mqtt AlarmControlPanelPlatformSchema @AWoodley (#1414)

v1.20.0

15 Jul 10:49
a305824
Compare
Choose a tag to compare

What’s Changed

A quick and small release to deal with some bugs and other things that are missed in previous releases.

Oh! And thanks for contributing to this release @nihaals! That is always appreciated 🥇

🚀 Features

  • Add support for trigger_variables in automations @frenck (#1396)
  • Add onLanguage activation event @nihaals (#1388)
  • Add support for trace settings in scripts and automations @frenck (#1387)

🐛 Bug Fixes

v1.19.0

30 Jun 18:22
b4bf64d
Compare
Choose a tag to compare

What’s Changed

Lots of schema updates and fixes!
Most of them prepare for the upcoming Home Assistant 2021.7.0 release (which is now in beta).

Thanks, @farmio, @mew1033 and @OmgImAlexis for helping out!

🚀 Features

  • Update MQTT Fan schema for new fan preset modes and speeds @frenck (#1343)
  • Add set_preset_mode for template fan @mew1033 (#1274)
  • Add respond_to_read to KNX switch @farmio (#1325)
  • Add active_state_address and command_value_state_address to KNX climate @farmio (#1326)
  • Add support for MQTT select entities @frenck (#1322)
  • Add support for the KNX Select platform @frenck (#1324)
  • Add support for the KNX Number platform @frenck (#1323)
  • Update MQTT Lights for colors modes @frenck (#1320)
  • Add support for trigger IDs and trigger conditions @frenck (#1306)
  • Add sensor/number reference in numeric triggers and conditions @frenck (#1305)
  • Add sensor reference in time triggers and conditions @frenck (#1304)
  • KNX: Support for XY-color lights @frenck (#1269)
  • Add MQTT sensor state_class @frenck (#1252)
  • Add support for effects, transition/brightness parameters to template light, min_mireds and max_mireds templates @frenck (#1251)

🐛 Bug Fixes

  • Add missing context support to event trigger @frenck (#1328)
  • Fix: Supported color modes in MQTT light are optional @frenck (#1321)
  • Fix Time definition to allow specification without seconds @frenck (#1303)
  • Fix option schema definition for SelectSelector @frenck (#1302)
  • Fix incorrect deprecated value_template in MQTT cover @frenck (#1258)
  • Fix geo_location_sources is optional in Lovelace Map Card @OmgImAlexis (#1255)

v1.18.0

22 May 14:26
60935dc
Compare
Choose a tag to compare

What’s Changed

If you are using KNX with Home Assistant; you might be interested in this:

Support for KNX is here! 🎉

Additionally, some minor schema changes to MQTT in preparation for Home Assistant Core 2021.6

🚀 Features

v1.17.0

17 May 13:37
0d6dc29
Compare
Choose a tag to compare

What’s Changed

A bunch of YAML validation improvements this release!
Thanks to @Nicholaiii and @definitio for jumping in as well: Champs! 🥇

🚀 Features

🐛 Bug Fixes

🧬 YAML Schema Updates

v1.16.0

24 Mar 13:47
b74a83a
Compare
Choose a tag to compare

What’s Changed

Have you started using Blueprints yet? If not, you should! 😄
The extension has got your back, as it now fully supports creating and using automation blueprints!

Some small additional tweaks in this release as well. Domains are now auto-completed, and the use !includes or !input will no longer constantly throw an annoying error.

🚀 Features

🧬 YAML Schema Updates

v1.15.0

23 Mar 12:34
b293c08
Compare
Choose a tag to compare

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

v1.14.1

06 Feb 14:35
c864acc
Compare
Choose a tag to compare

What’s Changed

Small bugfix release! 🚢

🐛 Bug Fixes

  • Fix Lovelace card compatibility with Entity Filter @frenck (#971)

🧬 YAML Schema Updates

  • Allow use of number helpers on numeric state triggers @tomlut (#967)

v1.14.0

01 Feb 21:17
459d91b
Compare
Choose a tag to compare

What’s Changed

A couple of small fixes and additions in release!

Thanks to @mariwing, you can now reload your Template entities!
And @darsys improved the copy and paste experience for YAML snippets!

Thanks guys! 🎉

🚀 Features

🐛 Bug Fixes

🧬 YAML Schema Updates

  • Add missing state_template property in MQTT light @frenck (#958)

v1.13.0

03 Dec 14:30
1a5cff7
Compare
Choose a tag to compare

What’s Changed

A small release adds a couple of new things coming in the next release of Home Assistant.

🚀 Features

  • Add the ability to reload knx integration @frenck (#854)

🧬 YAML Schema Updates