mirror of
https://github.com/home-assistant/core.git
synced 2026-07-07 06:46:17 +01:00
3848d4e8a6
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 lines
320 B
JSON
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.2.0", "aiofiles==24.1.0"]
|
|
}
|