legrego / homeassistant-elasticsearch

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

Stop accessing `hass.components.hassio` #269

Closed legrego closed 4 weeks ago

legrego commented 1 month ago

Logger: homeassistant.helpers.frame Source: helpers/frame.py:188 First occurred: 3:51:37 PM (2 occurrences) Last logged: 3:51:45 PM

Detected that custom integration 'elasticsearch' accesses hass.components.hassio. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from hassio directly at custom_components/elasticsearch/system_info.py, line 22: if self._hass.components.hassio.is_hassio()