Auto configure outbound websocket for sleepy shelly RPC devices (#124545)

This commit is contained in:
J. Nick Koston 2024-08-26 08:37:36 -10:00 committed by GitHub
parent b9aaba0432
commit 76182c246d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 259 additions and 22 deletions

View file

@ -186,6 +186,7 @@ MOCK_CONFIG = {
"device": {"name": "Test name"},
},
"wifi": {"sta": {"enable": True}, "sta1": {"enable": False}},
"ws": {"enable": False, "server": None},
}
MOCK_SHELLY_COAP = {