2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "xiaomi_aqara",
|
2020-01-07 13:31:18 +00:00
|
|
|
"name": "Xiaomi Gateway (Aqara)",
|
2020-06-22 09:54:17 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/xiaomi_aqara",
|
2022-09-15 06:36:56 +00:00
|
|
|
"requirements": ["PyXiaomiGateway==0.14.1"],
|
2020-02-18 16:32:56 +00:00
|
|
|
"after_dependencies": ["discovery"],
|
2020-06-22 09:54:17 +00:00
|
|
|
"codeowners": ["@danielhiversen", "@syssi"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"zeroconf": ["_miio._udp.local."],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
|
|
|
"loggers": ["xiaomi_gateway"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|