From 3d9f05325627cf925f264df9fcf3a4c57504c4a4 Mon Sep 17 00:00:00 2001 From: peteS-UK <64092177+peteS-UK@users.noreply.github.com> Date: Sat, 22 Jun 2024 09:58:23 +0100 Subject: [PATCH] Update naming to reflect name change from Logitech Media Server to Lyrion Music Server (#119480) Co-authored-by: Franck Nijhof --- homeassistant/components/squeezebox/__init__.py | 4 ++-- homeassistant/components/squeezebox/config_flow.py | 4 ++-- homeassistant/components/squeezebox/manifest.json | 2 +- homeassistant/components/squeezebox/media_player.py | 2 +- homeassistant/components/squeezebox/strings.json | 6 +++--- homeassistant/generated/integrations.json | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/homeassistant/components/squeezebox/__init__.py b/homeassistant/components/squeezebox/__init__.py index b3e2717d075..baaddbef0b6 100644 --- a/homeassistant/components/squeezebox/__init__.py +++ b/homeassistant/components/squeezebox/__init__.py @@ -1,4 +1,4 @@ -"""The Logitech Squeezebox integration.""" +"""The Squeezebox integration.""" import logging @@ -14,7 +14,7 @@ PLATFORMS = [Platform.MEDIA_PLAYER] async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool: - """Set up Logitech Squeezebox from a config entry.""" + """Set up Squeezebox from a config entry.""" await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS) return True diff --git a/homeassistant/components/squeezebox/config_flow.py b/homeassistant/components/squeezebox/config_flow.py index 0da8fcce3f7..9ccac13223b 100644 --- a/homeassistant/components/squeezebox/config_flow.py +++ b/homeassistant/components/squeezebox/config_flow.py @@ -1,4 +1,4 @@ -"""Config flow for Logitech Squeezebox integration.""" +"""Config flow for Squeezebox integration.""" import asyncio from http import HTTPStatus @@ -64,7 +64,7 @@ def _base_schema(discovery_info=None): class SqueezeboxConfigFlow(ConfigFlow, domain=DOMAIN): - """Handle a config flow for Logitech Squeezebox.""" + """Handle a config flow for Squeezebox.""" VERSION = 1 diff --git a/homeassistant/components/squeezebox/manifest.json b/homeassistant/components/squeezebox/manifest.json index 83ca3ff1b00..40bc8f36d22 100644 --- a/homeassistant/components/squeezebox/manifest.json +++ b/homeassistant/components/squeezebox/manifest.json @@ -1,6 +1,6 @@ { "domain": "squeezebox", - "name": "Squeezebox (Logitech Media Server)", + "name": "Squeezebox (Lyrion Music Server)", "codeowners": ["@rajlaud"], "config_flow": true, "dhcp": [ diff --git a/homeassistant/components/squeezebox/media_player.py b/homeassistant/components/squeezebox/media_player.py index e822fe817b9..bf1ad1d77c4 100644 --- a/homeassistant/components/squeezebox/media_player.py +++ b/homeassistant/components/squeezebox/media_player.py @@ -1,4 +1,4 @@ -"""Support for interfacing to the Logitech SqueezeBox API.""" +"""Support for interfacing to the SqueezeBox API.""" from __future__ import annotations diff --git a/homeassistant/components/squeezebox/strings.json b/homeassistant/components/squeezebox/strings.json index fd232851e8a..899d35813aa 100644 --- a/homeassistant/components/squeezebox/strings.json +++ b/homeassistant/components/squeezebox/strings.json @@ -7,7 +7,7 @@ "host": "[%key:common::config_flow::data::host%]" }, "data_description": { - "host": "The hostname or IP address of your Logitech Media Server." + "host": "The hostname or IP address of your Lyrion Music Server." } }, "edit": { @@ -39,11 +39,11 @@ "fields": { "command": { "name": "Command", - "description": "Command to pass to Logitech Media Server (p0 in the CLI documentation)." + "description": "Command to pass to Lyrion Music Server (p0 in the CLI documentation)." }, "parameters": { "name": "Parameters", - "description": "Array of additional parameters to pass to Logitech Media Server (p1, ..., pN in the CLI documentation).\n." + "description": "Array of additional parameters to pass to Lyrion Music Server (p1, ..., pN in the CLI documentation).\n." } } }, diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 542d0563189..bfe57db8883 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -3386,7 +3386,7 @@ "integration_type": "hub", "config_flow": true, "iot_class": "local_polling", - "name": "Squeezebox (Logitech Media Server)" + "name": "Squeezebox (Lyrion Music Server)" } } },