diff --git a/homeassistant/components/growatt_server/__init__.py b/homeassistant/components/growatt_server/__init__.py index 9467ccfea16f..819f5c8edbd0 100644 --- a/homeassistant/components/growatt_server/__init__.py +++ b/homeassistant/components/growatt_server/__init__.py @@ -71,7 +71,7 @@ CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool: - """Set up the Growatt Server component.""" + """Set up the Growatt Server integration.""" # Register services async_setup_services(hass) return True diff --git a/homeassistant/components/growatt_server/const.py b/homeassistant/components/growatt_server/const.py index 508c3fdef45c..02c40a17aaef 100644 --- a/homeassistant/components/growatt_server/const.py +++ b/homeassistant/components/growatt_server/const.py @@ -1,4 +1,4 @@ -"""Define constants for the Growatt Server component.""" +"""Define constants for the Growatt Server integration.""" from datetime import timedelta