Releases: keesschollaart81/vscode-home-assistant
v1.21.0
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
- Add support for the new Lovelace sidebar view @frenck (#1478)
- Add support for the Lovelace Statistics Graph card @frenck (#1477)
- Add needle support to Lovelace Gauge Card @frenck (#1476)
- Add Lovelace energy cards @frenck (#1475)
- Add Lovelace sensor card graph limits @frenck (#1474)
- Add support for currency in core configuration @frenck (#1461)
- KNX hs-color @farmio (#1442)
- Add unique_id support to light groups @frenck (#1421)
🐛 Bug Fixes
v1.20.0
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
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
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
What’s Changed
A bunch of YAML validation improvements this release!
Thanks to @Nicholaiii and @definitio for jumping in as well: Champs! 🥇
🚀 Features
- Add support for MQTT availability mode @frenck (#1221)
- Add MQTT Number platform support @frenck (#1220)
- Add support for script Blueprints @frenck (#1218)
- Add auto-completion for light and lights @Nicholaiii (#1193)
🐛 Bug Fixes
🧬 YAML Schema Updates
- Add support for script Blueprints @frenck (#1218)
- Add UI selectors to scripts @frenck (#1123)
- Service target can be a template by itself @frenck (#1124)
- Add template support for remaining attributes of weather template @frenck (#1122)
- Add icon support to MQTT platforms @frenck (#1121)
- Add updater integration support @frenck (#1120)
- Add Spotify integration support @frenck (#1119)
- Allow use boolean as state in state conditon @definitio (#1100)
v1.16.0
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
- Ignore !input and !include errors across the board @frenck (#1096)
- Pick up automations folders & files @frenck (#1095)
- Add auto-completion support for Domains @frenck (#1093)
- Add support for Blueprints @frenck (#1090)
🧬 YAML Schema Updates
v1.15.0
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)