diff --git a/custom_components/readme/__init__.py b/custom_components/readme/__init__.py index 8261372..4720720 100644 --- a/custom_components/readme/__init__.py +++ b/custom_components/readme/__init__.py @@ -19,9 +19,9 @@ from homeassistant import config_entries from homeassistant.components.hassio import ( # type: ignore get_supervisor_info, - is_hassio, ) from homeassistant.core import HomeAssistant, callback +from homeassistant.helpers.hassio import is_hassio from homeassistant.helpers.template import AllStates from homeassistant.loader import Integration, IntegrationNotFound, async_get_integration from homeassistant.setup import async_get_loaded_integrations