Skip to content

v1.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 21:25
· 1776 commits to master since this release
7b7f6cd

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

🧬 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