From 65ccada863eb35ac665989266ee6d79edca7f996 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Mon, 19 May 2025 08:58:46 +0000 Subject: [PATCH] get is_hassio from helpers.hassio --- custom_components/readme/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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