mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 07:25:52 -05:00
* Refactor discovery of entities to support composed and bridged devices * Bump library version to 3.1.0 * move discovery schemas to platforms * optimize a tiny bit * simplify even more * fixed bug in light platform * fix color control logic * fix some issues * Update homeassistant/components/matter/discovery.py Co-authored-by: Paulus Schoutsen <balloob@gmail.com> * fix some tests * fix light test --------- Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
11 lines
308 B
JSON
11 lines
308 B
JSON
{
|
|
"domain": "matter",
|
|
"name": "Matter (BETA)",
|
|
"codeowners": ["@home-assistant/matter"],
|
|
"config_flow": true,
|
|
"dependencies": ["websocket_api"],
|
|
"documentation": "https://www.home-assistant.io/integrations/matter",
|
|
"iot_class": "local_push",
|
|
"requirements": ["python-matter-server==3.1.0"]
|
|
}
|