1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 14:31:13 +00:00
Files
core/homeassistant/components/matrix/manifest.json
2024-04-13 18:26:33 +02:00

10 lines
271 B
JSON

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