1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-09 07:45:11 +01:00

Rename component to integration in Growatt (#175323)

This commit is contained in:
smarthome-10
2026-07-02 13:56:39 +02:00
committed by GitHub
parent fd05fc2895
commit 238facbc50
2 changed files with 2 additions and 2 deletions
@@ -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
@@ -1,4 +1,4 @@
"""Define constants for the Growatt Server component."""
"""Define constants for the Growatt Server integration."""
from datetime import timedelta