mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 16:57:19 +00:00
Bump aiostreammagic to 2.8.4 (#129166)
This commit is contained in:
parent
6fb74482d7
commit
c1f612dce1
@ -62,4 +62,4 @@ class CambridgeAudioEntity(Entity):
|
|||||||
|
|
||||||
async def async_will_remove_from_hass(self) -> None:
|
async def async_will_remove_from_hass(self) -> None:
|
||||||
"""Remove callbacks."""
|
"""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",
|
"integration_type": "device",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["aiostreammagic"],
|
"loggers": ["aiostreammagic"],
|
||||||
"requirements": ["aiostreammagic==2.8.3"],
|
"requirements": ["aiostreammagic==2.8.4"],
|
||||||
"zeroconf": ["_stream-magic._tcp.local.", "_smoip._tcp.local."]
|
"zeroconf": ["_stream-magic._tcp.local.", "_smoip._tcp.local."]
|
||||||
}
|
}
|
||||||
|
@ -381,7 +381,7 @@ aiosolaredge==0.2.0
|
|||||||
aiosteamist==1.0.0
|
aiosteamist==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.cambridge_audio
|
# homeassistant.components.cambridge_audio
|
||||||
aiostreammagic==2.8.3
|
aiostreammagic==2.8.4
|
||||||
|
|
||||||
# homeassistant.components.switcher_kis
|
# homeassistant.components.switcher_kis
|
||||||
aioswitcher==4.2.0
|
aioswitcher==4.2.0
|
||||||
|
@ -363,7 +363,7 @@ aiosolaredge==0.2.0
|
|||||||
aiosteamist==1.0.0
|
aiosteamist==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.cambridge_audio
|
# homeassistant.components.cambridge_audio
|
||||||
aiostreammagic==2.8.3
|
aiostreammagic==2.8.4
|
||||||
|
|
||||||
# homeassistant.components.switcher_kis
|
# homeassistant.components.switcher_kis
|
||||||
aioswitcher==4.2.0
|
aioswitcher==4.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user