Skip to content

v0.4.0 - Support for UI-based configuration + renamed component

Compare
Choose a tag to compare
@legrego legrego released this 18 Jan 17:39
· 293 commits to main since this release
39b3cf4

Release: v0.4.0

UI-Based configuration (#125)

This release adds support for interactive UI-based configuration via home-assistant "config flows". This is a backwards compatible change with the existing 0.3.0 release, but as of 0.4.0, the old configuration.yaml-based configuration is considered deprecated, and will be removed in an upcoming release.

⚠️ Breaking: component renamed from elastic to elasticsearch (#129)

This component has been renamed to elasticsearch. Users who are upgrading should remove the existing custom_components/elastic directory, and replace it with a new custom_components/elasticsearch directory. Note that your configuration.yaml config key also needs to be renamed from elastic to elasticsearch.

Fix: Use correct hostname for Home Assistant OS-based installations (#131)