1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 15:44:52 +01:00
Files
core/homeassistant/components/matrix/manifest.json
2026-02-22 10:06:08 -06:00

11 lines
320 B
JSON

{
"domain": "matrix",
"name": "Matrix",
"codeowners": ["@PaarthShah"],
"documentation": "https://www.home-assistant.io/integrations/matrix",
"iot_class": "cloud_push",
"loggers": ["matrix_client"],
"quality_scale": "legacy",
"requirements": ["matrix-nio==0.25.2", "Pillow==12.1.1", "aiofiles==24.1.0"]
}