1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-04 21:25:26 +01:00

Rename component to integration in Squeezebox (#175365)

This commit is contained in:
smarthome-10
2026-07-02 17:13:37 +02:00
committed by GitHub
parent 983507e1e2
commit dbbe0c021f
2 changed files with 2 additions and 2 deletions
@@ -88,7 +88,7 @@ type SqueezeboxConfigEntry = ConfigEntry[SqueezeboxData]
async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
"""Set up the component."""
"""Set up the integration."""
async_setup_services(hass)
return True
+1 -1
View File
@@ -1,4 +1,4 @@
"""Constants for the Squeezebox component."""
"""Constants for the Squeezebox integration."""
CONF_HTTPS = "https"
DOMAIN = "squeezebox"