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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user