core/homeassistant/components/matrix/manifest.json

10 lines
271 B
JSON
Raw Normal View History

{
"domain": "matrix",
"name": "Matrix",
"codeowners": ["@PaarthShah"],
2023-02-08 19:38:43 +00:00
"documentation": "https://www.home-assistant.io/integrations/matrix",
"iot_class": "cloud_push",
2023-02-08 19:38:43 +00:00
"loggers": ["matrix_client"],
2024-04-13 16:26:33 +00:00
"requirements": ["matrix-nio==0.24.0", "Pillow==10.3.0"]
}