From 238facbc50ea4636e002f9f21a614a8a99493111 Mon Sep 17 00:00:00 2001 From: smarthome-10 Date: Thu, 2 Jul 2026 13:56:39 +0200 Subject: [PATCH] Rename component to integration in Growatt (#175323) --- homeassistant/components/growatt_server/__init__.py | 2 +- homeassistant/components/growatt_server/const.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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