Files
Matrix-Server/custom_components/matrix_messenger/manifest.json
T

16 lines
461 B
JSON
Raw Normal View History

{
"domain": "matrix_messenger",
"name": "Matrix Messenger",
"version": "1.2.0",
"config_flow": true,
"documentation": "https://github.com/Ceddy1906/matrix_server",
"issue_tracker": "https://github.com/Ceddy1906/matrix_server/issues",
"codeowners": ["@Ceddy1906"],
"requirements": ["matrix-nio[e2e]>=0.21.0"],
"dependencies": [],
"iot_class": "cloud_push",
"integration_type": "hub",
"homeassistant": "2026.4.0",
"icon": "mdi:matrix"
}