Bump aiostreammagic to 2.8.6 (#131312)
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>pull/131367/head
parent
fe2260851e
commit
27926caf77
|
@ -7,6 +7,6 @@
|
|||
"integration_type": "device",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["aiostreammagic"],
|
||||
"requirements": ["aiostreammagic==2.8.5"],
|
||||
"requirements": ["aiostreammagic==2.8.6"],
|
||||
"zeroconf": ["_stream-magic._tcp.local.", "_smoip._tcp.local."]
|
||||
}
|
||||
|
|
|
@ -384,7 +384,7 @@ aiosolaredge==0.2.0
|
|||
aiosteamist==1.0.0
|
||||
|
||||
# homeassistant.components.cambridge_audio
|
||||
aiostreammagic==2.8.5
|
||||
aiostreammagic==2.8.6
|
||||
|
||||
# homeassistant.components.switcher_kis
|
||||
aioswitcher==5.0.0
|
||||
|
|
|
@ -366,7 +366,7 @@ aiosolaredge==0.2.0
|
|||
aiosteamist==1.0.0
|
||||
|
||||
# homeassistant.components.cambridge_audio
|
||||
aiostreammagic==2.8.5
|
||||
aiostreammagic==2.8.6
|
||||
|
||||
# homeassistant.components.switcher_kis
|
||||
aioswitcher==5.0.0
|
||||
|
|
|
@ -14,6 +14,9 @@ from samsungtvws.exceptions import (
|
|||
UnauthorizedError,
|
||||
)
|
||||
from websockets import frames
|
||||
|
||||
# WebSocketProtocolError was deprecated in websockets '14.0'
|
||||
# pylint: disable-next=no-name-in-module
|
||||
from websockets.exceptions import (
|
||||
ConnectionClosedError,
|
||||
WebSocketException,
|
||||
|
|
Loading…
Reference in New Issue