-
- Downloads
Matrix Chatbot (#13355)
* Add first version of the Matrix bot * It's a stupid but necessary change… * Dont list it twice * All hail the linter! * More linter-pleasing * Use the correct user ID * Add expression commands * Add tests for new validators * Fix room alias handling * Wording * Defer setup * Simplify commands * Handle exceptions * Update requirements * Review * Move login back to constructor * Fix review comments
Showing
- .coveragerc 3 additions, 1 deletion.coveragerc
- CODEOWNERS 2 additions, 0 deletionsCODEOWNERS
- homeassistant/components/matrix.py 351 additions, 0 deletionshomeassistant/components/matrix.py
- homeassistant/components/notify/matrix.py 17 additions, 152 deletionshomeassistant/components/notify/matrix.py
- homeassistant/helpers/config_validation.py 30 additions, 0 deletionshomeassistant/helpers/config_validation.py
- requirements_all.txt 2 additions, 2 deletionsrequirements_all.txt
- tests/helpers/test_config_validation.py 28 additions, 0 deletionstests/helpers/test_config_validation.py
Loading
Please register or sign in to comment