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:
@@ -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,4 +1,4 @@
|
||||
"""Constants for the Squeezebox component."""
|
||||
"""Constants for the Squeezebox integration."""
|
||||
|
||||
CONF_HTTPS = "https"
|
||||
DOMAIN = "squeezebox"
|
||||
|
||||
Reference in New Issue
Block a user