diff --git a/custom_components/plant/__init__.py b/custom_components/plant/__init__.py index 2a92370..f11e0c6 100644 --- a/custom_components/plant/__init__.py +++ b/custom_components/plant/__init__.py @@ -89,7 +89,7 @@ # async def async_setup(hass: HomeAssistant, config: dict): # """ # Set up the plant component -# +# # Configuration.yaml is no longer used. # This function only tries to migrate the legacy config. # """ diff --git a/custom_components/plant/group.py b/custom_components/plant/group.py index d62a4bd..e230159 100644 --- a/custom_components/plant/group.py +++ b/custom_components/plant/group.py @@ -4,6 +4,7 @@ from homeassistant.const import STATE_OK, STATE_PROBLEM from homeassistant.core import HomeAssistant, callback + if TYPE_CHECKING: from homeassistant.components.group import GroupIntegrationRegistry