Break up websocket component (#17003)
* Break up websocket component * Lint
This commit is contained in:
parent
9edf1e5151
commit
22a80cf733
21 changed files with 1041 additions and 1003 deletions
2
tests/components/websocket_api/__init__.py
Normal file
2
tests/components/websocket_api/__init__.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
"""Tests for the websocket API."""
|
||||
API_PASSWORD = 'test1234'
|
Loading…
Add table
Add a link
Reference in a new issue