diff --git a/homeassistant/components/snapcast/manifest.json b/homeassistant/components/snapcast/manifest.json index f59283bb5f6..ea40f45d8cc 100644 --- a/homeassistant/components/snapcast/manifest.json +++ b/homeassistant/components/snapcast/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/snapcast", "iot_class": "local_push", "loggers": ["construct", "snapcast"], - "requirements": ["snapcast==2.3.3"] + "requirements": ["snapcast==2.3.6"] } diff --git a/homeassistant/components/snapcast/server.py b/homeassistant/components/snapcast/server.py index 761a8aa4712..4714156c4c2 100644 --- a/homeassistant/components/snapcast/server.py +++ b/homeassistant/components/snapcast/server.py @@ -66,7 +66,7 @@ class HomeAssistantSnapcast: self.server.set_on_connect_callback(None) self.server.set_on_disconnect_callback(None) self.server.set_new_client_callback(None) - await self.server.stop() + self.server.stop() def on_update(self) -> None: """Update all entities. @@ -100,8 +100,8 @@ class HomeAssistantSnapcast: ] del_entities.extend([x for x in self.clients if x not in clients]) - _LOGGER.debug("New clients: %s", str(new_clients)) - _LOGGER.debug("New groups: %s", str(new_groups)) + _LOGGER.debug("New clients: %s", str([c.name for c in new_clients])) + _LOGGER.debug("New groups: %s", str([g.name for g in new_groups])) _LOGGER.debug("Delete: %s", str(del_entities)) ent_reg = er.async_get(self.hass) diff --git a/requirements_all.txt b/requirements_all.txt index cc084afa0b7..fb9fe8b6fb1 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2556,7 +2556,7 @@ smart-meter-texas==0.4.7 smhi-pkg==1.0.16 # homeassistant.components.snapcast -snapcast==2.3.3 +snapcast==2.3.6 # homeassistant.components.sonos soco==0.30.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 84ffcf7d15f..fd47e4d1431 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1960,7 +1960,7 @@ smart-meter-texas==0.4.7 smhi-pkg==1.0.16 # homeassistant.components.snapcast -snapcast==2.3.3 +snapcast==2.3.6 # homeassistant.components.sonos soco==0.30.2