home-assistant-core/tests/components/websocket_api
jan iversen 9879b7becf
Rename HomeAssistantType to HomeAssistant, integrations w* - z* (#49543)
* Integration zha: HomeAssistantType -> HomeAssistant.

* Integration zerproc: HomeAssistantType -> HomeAssistant.

* Integration xbox: HomeAssistantType -> HomeAssistant.

* Integration wunderground: HomeAssistantType -> HomeAssistant.

* Integration wled: HomeAssistantType -> HomeAssistant.

* Integration water_heater: HomeAssistantType -> HomeAssistant.

* Integration websocket_api: HomeAssistantType -> HomeAssistant.

* Integration wilight: HomeAssistantType -> HomeAssistant.
2021-04-22 11:04:28 -04:00
..
__init__.py
conftest.py
test_auth.py
test_commands.py Rename HomeAssistantType to HomeAssistant, integrations w* - z* (#49543) 2021-04-22 11:04:28 -04:00
test_connection.py Expose more Websocket API constants (#42263) 2020-10-25 21:10:13 +01:00
test_decorators.py Add test to access current request in websocket API (#43133) 2020-11-13 14:20:47 +01:00
test_http.py Improve bad JSON data reporting (#47932) 2021-03-15 10:41:25 +01:00
test_init.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_messages.py Ensure websocket event serializer cache is effective if subscription iden differs (#42226) 2020-10-23 01:28:22 +02:00
test_sensor.py