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-09-10 15:31:45 +00:00
"requirements": ["matrix-nio==0.25.1", "Pillow==10.4.0"]
}