mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Fix missing type for mqtt websocket wrapper (#117752)
This commit is contained in:
parent
570d5f2b55
commit
fe769c4527
@ -99,7 +99,7 @@ UNSUBSCRIBE_COOLDOWN = 0.1
|
||||
TIMEOUT_ACK = 10
|
||||
RECONNECT_INTERVAL_SECONDS = 10
|
||||
|
||||
type SocketType = socket.socket | ssl.SSLSocket | Any
|
||||
type SocketType = socket.socket | ssl.SSLSocket | mqtt.WebsocketWrapper | Any
|
||||
|
||||
type SubscribePayloadType = str | bytes # Only bytes if encoding is None
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user