v1.8.0
github-actions
released this
26 Jul 21:25
·
1776 commits
to master
since this release
What’s Changed
This is a general bugfix release, addressing a couple of annoyances and compatibility issues with Home Assistant 0.113.0 and newer.
@Aohzan Added a bunch of helpful templates for the different triggers when writing automations, awesome! 👍
Note: This release isn't compatible with code-server. If you are using code-server, it is recommended to use v1.6.5 of this extension. A fix for the Home Assistant library used by this extension is currently pending, so a compatible release for code-server is expected soon.
🚀 Features
🐛 Bug Fixes
- Fix API & service calls and template rendering @frenck (#411)
- Fix extension overwriting workspace files.associations @michalchecinski (#397)
🧬 YAML Schema Updates
- Fix automation & scene schema not parsed correctly with !include_dir_list @frenck (#410)
- Add attributes to secondary_info for Lovelace Entities Card @bohmandan (#408)
- Add schema for allowlist core config changes in HA 0.113.0 @frenck (#382)
- Improve deprecation schema type @frenck (#383)
- Fix mode typo in automation schema @frenck (#384)
🧰 Maintenance
- Bump eslint from 7.4.0 to 7.5.0 @dependabot (#401)
- Bump typescript from 3.9.6 to 3.9.7 @dependabot (#396)
- Add Dependabot for the langhuage-service subpackage @frenck (#409)
- Bump @types/node from 14.0.22 to 14.0.25 @dependabot (#407)
- Bump @typescript-eslint/eslint-plugin from 3.6.0 to 3.7.0 @dependabot (#403)
- Bump @typescript-eslint/parser from 3.6.0 to 3.7.0 @dependabot (#402)
- Bump ts-loader from 8.0.0 to 8.0.1 @dependabot (#394)
- Bump request-promise from 4.2.5 to 4.2.6 @dependabot (#405)
- Bump eslint-plugin-react-hooks from 4.0.7 to 4.0.8 @dependabot (#386)
- Let Dependabot upgrade GitHub Actions @frenck (#392)
- Add release drafter @frenck (#391)