Skip to content

Releases: keesschollaart81/vscode-home-assistant

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

v1.0.0

08 Jul 09:29
Compare
Choose a tag to compare

The @code extension for @home_assistant now has 10.000 (💯*💯) installs 🥳! Time to remove the preview flag and celebrate 1.0!

https://twitter.com/keesschollaart/status/1148153034951856131

v0.6.2

26 May 12:20
Compare
Choose a tag to compare

Fixes

  • Less error prone URL handling (#7)
  • Picture Elements condition entity can be a string (#39)
  • Allow for extra properties at the card config (#40)
  • Support for named scripts (#41)

v0.6.1

19 May 11:08
Compare
Choose a tag to compare

Schema fixes

  • icon_height property #37
  • wait_template actions #36
  • empty input_boolean #36