1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/matrix/manifest.json
2023-10-21 00:26:02 +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.22.1", "Pillow==10.1.0"]
}