-
- Downloads
Add MQTT diagnostics (#66730)
* Add MQTT diagnostics * Redact device tracker location * Adjust tests * Address comments from code review
Showing
- homeassistant/components/mqtt/debug_info.py 79 additions, 53 deletionshomeassistant/components/mqtt/debug_info.py
- homeassistant/components/mqtt/diagnostics.py 126 additions, 0 deletionshomeassistant/components/mqtt/diagnostics.py
- tests/components/mqtt/test_diagnostics.py 263 additions, 0 deletionstests/components/mqtt/test_diagnostics.py
- tests/components/mqtt/test_init.py 25 additions, 5 deletionstests/components/mqtt/test_init.py
- tests/conftest.py 1 addition, 0 deletionstests/conftest.py
homeassistant/components/mqtt/diagnostics.py
0 → 100644
tests/components/mqtt/test_diagnostics.py
0 → 100644
Please register or sign in to comment