-
- Downloads
Remove dependency on async_setup from mqtt integration (#87987)
* Remove async_setup from mqtt integration * Final update common tests * Related tests init * Related tests diagnostics * Related tests config_flow * Cleanup and correct test * Keep websockets_api commands in async_setup
Showing
- homeassistant/components/mqtt/__init__.py 32 additions, 111 deletionshomeassistant/components/mqtt/__init__.py
- homeassistant/components/mqtt/config_flow.py 1 addition, 1 deletionhomeassistant/components/mqtt/config_flow.py
- homeassistant/components/mqtt/mixins.py 1 addition, 1 deletionhomeassistant/components/mqtt/mixins.py
- tests/components/mqtt/test_common.py 23 additions, 46 deletionstests/components/mqtt/test_common.py
- tests/components/mqtt/test_config_flow.py 79 additions, 131 deletionstests/components/mqtt/test_config_flow.py
- tests/components/mqtt/test_diagnostics.py 0 additions, 2 deletionstests/components/mqtt/test_diagnostics.py
- tests/components/mqtt/test_init.py 19 additions, 138 deletionstests/components/mqtt/test_init.py
Loading
Please register or sign in to comment