Caution
This project is NO LONGER MAINTAINED... because it's been included directly into Home Assistant core! See this PR and this commit
Integration to integrate with Matrix Homeservers using matrix-nio. Replaces the core HomeAssistant matrix
integration.
- Add the custom integration repository: https://github.com/PaarthShah/matrix-nio-hacs
- Select
Matrix Nio
in the Integration tab and clickdownload
- Restart Home Assistant
- Done!
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledmatrix
. - Download all the files from the
custom_components/matrix/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
- Done!
For v1.0.X
, all documentation available for the default matrix integrations is fully-applicable and should work as-stated with 0 changes.
If you want to contribute to this please read the Contribution guidelines