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

16 lines
491 B
JSON
Raw Normal View History

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