mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00

* Add manifests * Update auto name * Update codeowners * Add requirements from platforms * Minor cleanup * Incorporate changes from awarecan PR
13 lines
227 B
JSON
13 lines
227 B
JSON
{
|
|
"domain": "matrix",
|
|
"name": "Matrix",
|
|
"documentation": "https://www.home-assistant.io/components/matrix",
|
|
"requirements": [
|
|
"matrix-client==0.2.0"
|
|
],
|
|
"dependencies": [],
|
|
"codeowners": [
|
|
"@tinloaf"
|
|
]
|
|
}
|