mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Bump aiostreammagic to 2.8.4 (#129166)
This commit is contained in:
@@ -62,4 +62,4 @@ class CambridgeAudioEntity(Entity):
|
||||
|
||||
async def async_will_remove_from_hass(self) -> None:
|
||||
"""Remove callbacks."""
|
||||
await self.client.unregister_state_update_callbacks(self._state_update_callback)
|
||||
self.client.unregister_state_update_callbacks(self._state_update_callback)
|
||||
|
@@ -7,6 +7,6 @@
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["aiostreammagic"],
|
||||
"requirements": ["aiostreammagic==2.8.3"],
|
||||
"requirements": ["aiostreammagic==2.8.4"],
|
||||
"zeroconf": ["_stream-magic._tcp.local.", "_smoip._tcp.local."]
|
||||
}
|
||||
|
@@ -381,7 +381,7 @@ aiosolaredge==0.2.0
|
||||
aiosteamist==1.0.0
|
||||
|
||||
# homeassistant.components.cambridge_audio
|
||||
aiostreammagic==2.8.3
|
||||
aiostreammagic==2.8.4
|
||||
|
||||
# homeassistant.components.switcher_kis
|
||||
aioswitcher==4.2.0
|
||||
|
@@ -363,7 +363,7 @@ aiosolaredge==0.2.0
|
||||
aiosteamist==1.0.0
|
||||
|
||||
# homeassistant.components.cambridge_audio
|
||||
aiostreammagic==2.8.3
|
||||
aiostreammagic==2.8.4
|
||||
|
||||
# homeassistant.components.switcher_kis
|
||||
aioswitcher==4.2.0
|
||||
|
Reference in New Issue
Block a user