We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15e99f commit d2ac64bCopy full SHA for d2ac64b
custom_components/readme/__init__.py
@@ -19,9 +19,9 @@
19
from homeassistant import config_entries
20
from homeassistant.components.hassio import ( # type: ignore
21
get_supervisor_info,
22
- is_hassio,
23
)
24
from homeassistant.core import HomeAssistant, callback
+from homeassistant.helpers.hassio import is_hassio
25
from homeassistant.helpers.template import AllStates
26
from homeassistant.loader import Integration, IntegrationNotFound, async_get_integration
27
from homeassistant.setup import async_get_loaded_integrations
0 commit comments