mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 07:51:46 -05:00
Bump matrix-nio to 0.25.0 Co-authored-by: J. Nick Koston <nick@koston.org>
10 lines
271 B
JSON
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.25.0", "Pillow==10.4.0"]
|
|
}
|