-
- Downloads
Move HomeAssistantView to separate file. Convert http to async syntax. [skip ci] (#12982)
* Move HomeAssistantView to separate file. Convert http to async syntax. * pylint * websocket api * update emulated_hue for async/await * Lint
Showing
- homeassistant/components/emulated_hue/__init__.py 4 additions, 7 deletionshomeassistant/components/emulated_hue/__init__.py
- homeassistant/components/http/__init__.py 22 additions, 131 deletionshomeassistant/components/http/__init__.py
- homeassistant/components/http/auth.py 5 additions, 7 deletionshomeassistant/components/http/auth.py
- homeassistant/components/http/ban.py 9 additions, 12 deletionshomeassistant/components/http/ban.py
- homeassistant/components/http/cors.py 2 additions, 3 deletionshomeassistant/components/http/cors.py
- homeassistant/components/http/data_validator.py 5 additions, 6 deletionshomeassistant/components/http/data_validator.py
- homeassistant/components/http/real_ip.py 4 additions, 6 deletionshomeassistant/components/http/real_ip.py
- homeassistant/components/http/static.py 8 additions, 11 deletionshomeassistant/components/http/static.py
- homeassistant/components/http/view.py 121 additions, 0 deletionshomeassistant/components/http/view.py
- homeassistant/components/websocket_api.py 22 additions, 29 deletionshomeassistant/components/websocket_api.py
- tests/components/http/__init__.py 3 additions, 6 deletionstests/components/http/__init__.py
- tests/components/http/test_auth.py 25 additions, 33 deletionstests/components/http/test_auth.py
- tests/components/http/test_ban.py 13 additions, 19 deletionstests/components/http/test_ban.py
- tests/components/http/test_cors.py 11 additions, 17 deletionstests/components/http/test_cors.py
- tests/components/http/test_data_validator.py 13 additions, 18 deletionstests/components/http/test_data_validator.py
- tests/components/http/test_init.py 16 additions, 25 deletionstests/components/http/test_init.py
- tests/components/http/test_real_ip.py 9 additions, 14 deletionstests/components/http/test_real_ip.py
Loading
Please register or sign in to comment