Skip to content

Commit d2ac64b

Browse files
authored
get is_hassio from helpers.hassio (#31)
1 parent e15e99f commit d2ac64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/readme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
from homeassistant import config_entries
2020
from homeassistant.components.hassio import ( # type: ignore
2121
get_supervisor_info,
22-
is_hassio,
2322
)
2423
from homeassistant.core import HomeAssistant, callback
24+
from homeassistant.helpers.hassio import is_hassio
2525
from homeassistant.helpers.template import AllStates
2626
from homeassistant.loader import Integration, IntegrationNotFound, async_get_integration
2727
from homeassistant.setup import async_get_loaded_integrations

0 commit comments

Comments
 (0)