mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
13 lines
343 B
JSON
13 lines
343 B
JSON
{
|
|
"domain": "daikin",
|
|
"name": "Daikin AC",
|
|
"codeowners": ["@fredrike"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/daikin",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pydaikin"],
|
|
"requirements": ["pydaikin==2.17.2"],
|
|
"zeroconf": ["_dkapi._tcp.local."]
|
|
}
|