Initial WS support (#2439)

* Initial WS support

* test

* Update frontend to fc7c4af2

* Fix issue with closing states

* log error

* make data optional

* limit stopping states

* Move wrappers to HomeAssistantWebSocket

* use info

* Use call_soon

* Use lookuptable for WS commands

* Fix tests
This commit is contained in:
Joakim Sørensen
2021-02-19 11:57:31 +01:00
committed by GitHub
parent c342231052
commit b31ecfefcd
46 changed files with 463 additions and 220 deletions

View File

@@ -2,3 +2,4 @@
TEST_INTERFACE = "eth0"
TEST_INTERFACE_WLAN = "wlan0"
TEST_WS_URL = "ws://test.org:3000"