Skip to content

v1.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 14:26
· 1537 commits to master since this release
989e16f

What’s Changed

This release fixes a couple of schema bugs introduced in v1.10.0, sorry about that!

Support for everything MQTT has been added. The extension now has knowledge and auto-completion for all MQTT entities and integrations. 🎉

Also, scheme support for the Home Assistant Cloud by Nabu Casa has been added, which can be helpful if you manage your cloud configuration in YAML (e.g., your Google exposed entities).

🚀 Features

🐛 Bug Fixes

  • Fix missing devices classes for the switch platform @frenck (#712)
  • Fix regular expression in known platforms @frenck (#710)
  • Fix typo in input_number mode property @frenck (#709)

🧬 YAML Schema Updates

🧰 Maintenance