diff --git a/homeassistant/components/squeezebox/entity.py b/homeassistant/components/squeezebox/entity.py index d56ae7859c1..9c4a30a2627 100644 --- a/homeassistant/components/squeezebox/entity.py +++ b/homeassistant/components/squeezebox/entity.py @@ -22,7 +22,9 @@ class LMSStatusEntity(CoordinatorEntity[LMSStatusDataUpdateCoordinator]): super().__init__(coordinator, context=description.key) self.entity_description = description self._attr_translation_key = description.key - self._attr_unique_id = f"{coordinator.data[STATUS_QUERY_UUID]}_{description.key}" + self._attr_unique_id = ( + f"{coordinator.data[STATUS_QUERY_UUID]}_{description.key}" + ) self._attr_device_info = DeviceInfo( identifiers={(DOMAIN, coordinator.data[STATUS_QUERY_UUID])}, diff --git a/homeassistant/components/squeezebox/manifest.json b/homeassistant/components/squeezebox/manifest.json index 40bc8f36d22..649680eec61 100644 --- a/homeassistant/components/squeezebox/manifest.json +++ b/homeassistant/components/squeezebox/manifest.json @@ -3,6 +3,7 @@ "name": "Squeezebox (Lyrion Music Server)", "codeowners": ["@rajlaud"], "config_flow": true, + "version": "2.0.0.", "dhcp": [ { "hostname": "squeezebox*",