mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-04-20 19:27:16 +00:00

* 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
6 lines
114 B
Python
6 lines
114 B
Python
"""Consts for tests."""
|
|
|
|
TEST_INTERFACE = "eth0"
|
|
TEST_INTERFACE_WLAN = "wlan0"
|
|
TEST_WS_URL = "ws://test.org:3000"
|