Skip to content

Releases: keesschollaart81/vscode-home-assistant

v1.7.2

13 Jul 14:53
e972ec8
Compare
Choose a tag to compare

PR's merged

  • Downgrade vscode engine to 1.45.1 #380
  • Schema corrections & additions (as of v1.7.1) #378

New features

  • Adds HTTP integration schema

Fixes

  • Downgrade vscode engine requirements to 1.45.1 to gain compatibility with both VSCode & code-server.
  • Fix ServiceAction scheme to allow for non-template type variables in the data_template object.
  • Created Data & DataTemplate types for reuse to prevent the above issue from happening again.
  • Re-added internal_url & external_url to core configuration, that somehow went missing in #374
  • Fix Input Boolean schema, as the integration accepts null

v1.7.1

12 Jul 18:13
Compare
Choose a tag to compare

I'm super excited about this release. @frenck injected the project with an overwelving amount of love. All our dependencies are now up to date with latest and greatest. We have a new foundation for schema's and most integrations now have proper docs. We have completions for zones and triggers. The code now has good linting and code-style. And there's so much more to mention.

Checkout PR #374
All the epic features of this release are described here: #374

THANKS frenck!!!

Then I also merged #322 by @GeorgeSG enabling rendering of templates, right from VS Code!

This release...
fixes #288 fixes #326 fixes #371 fixes #296 fixes #340 fixes #360 closes #351 closes #358 closes #363 closes #337 closes #330 closes #328 closes #367 closes #370 closes #366 closes #365 closes #364 closes #342 closes #332

v1.6.5

08 May 15:08
Compare
Choose a tag to compare

PR's merged

Fixes

  • "entity-button" renamed to "button" #316
  • Device Conditions #310
  • Auth Providers via !include. #319
  • Entity Completion for Devices - #304
  • Empty group configuration is not allowed #291
  • 'Property fields/description not allowed ' in script configuration #284

v1.6.1

08 Mar 14:04
Compare
Choose a tag to compare

Incoming PR's merged, thanks everyone! 🙌🥇

Issues fixed

  • Add support for custom badges #218
  • Property json_attributes_template is not allowed - in mqtt sensor #224
  • Property state_color is not allowed #238
  • "Property title not allowed" on vertical-stack Lovelace element #247
  • Icon property in script.yaml throws warning in VSC in HA 106.2 #259

Updated a lot of dependencies

v1.5.0

15 Jan 07:44
Compare
Choose a tag to compare

Bug fixes:

  • Missing property "state_filter" for Picture Glance Card #173
  • Home Assistant Cast row improperly shows errors in Entities Card #180
  • HA scheme error: !env_var #184
  • Scene: Property id is not allowed #188
  • Picture Elements image title: and state-icon icon: not allowed #200

v1.4.1

24 Nov 15:30
Compare
Choose a tag to compare

Updates:

  • Commands! Find them using Cmd+shift+P and type 'Home Assistant'
    image
    • Check the configuration (will execute on the Home Assistant host, local files will not be checked/used)
    • Reboot Hassio or Home Assistant
    • Reload Groups, Scripts, Automations and Configuration Core
    • Restart the Git Pull Hassio Addon
    • Get the Error log (showed in the output pane in VS Code)
  • The configuration.yaml does not have to be in the root of the workspace any more
  • Updated schema's for Lovelace and more
  • Significantly simplified language service code by upgrading to latest yaml-language-server

Issue's and PR's closed:

  • Feature request: Reload context menu #105
  • Properties tap_action, hold_action, double_tap_action are not allowed for entities card #160
  • Bad Indentation of a mapping entry #159
  • Support for generated device automations #156
  • Documentation Update for VS Code Remote Dev SSH #154
  • Extension error #139
  • Allow users to set a subfolder as the configuration root #136

v1.3.1

03 Nov 14:57
Compare
Choose a tag to compare
  • Updated readme and added a bunch of wiki's for guidance
  • Restructured local development setup and schema-generation
  • Added GitHub issue templates with guidance

Closed issues:

  • Problem: Property "style" not allowed ui-lovelace.yaml #132
  • Error on all files in script dir #130
  • Documentation or bug? (next steps after configuration) #135

v1.3.0

26 Oct 08:18
Compare
Choose a tag to compare
  • YAMLSemanticError: Implicit map keys need to be followed by map values #117
  • Add "description" attribute to Automation. #118
  • Update ui-lovelace.ts #116

v1.2.4

08 Sep 12:45
Compare
Choose a tag to compare
  • Correct indentation support #93
  • Multiple package definitions seen as error #89
  • Incorrect type. Expected "Boolean" error in a scene #74
  • Updated some dependencies

v1.1.1

19 Aug 20:29
Compare
Choose a tag to compare
  • Updated all dependencies, biggest changes in yaml-language-server 0.4 to 0.5
  • Decoupled the language service from the VS Code code to enable other IDE's to leverage from this work
  • Language Service now available in NPM: https://www.npmjs.com/package/home-assistant-language-service
  • Migrated CI/CD pipelines to full Azure DevOps YAML