legrego / homeassistant-elasticsearch

Publish Home-Assistant events to Elasticsearch
https://legrego.github.io/homeassistant-elasticsearch/
MIT License
145 stars 38 forks source link

[Chore] Improve configuration management #242

Closed legrego closed 4 weeks ago

legrego commented 2 months ago

This component was built in an era before Config Entries and Config Flows. As such, the functions and classes that comprise this component make use of raw configuration (dict), and do not make a distinction between setup config and options. We should take incremental steps to clean this up:

strawgate commented 4 weeks ago

fixed by https://github.com/legrego/homeassistant-elasticsearch/pull/272