mirror of https://github.com/home-assistant/core
12 lines
311 B
JSON
12 lines
311 B
JSON
{
|
|
"domain": "daikin",
|
|
"name": "Daikin AC",
|
|
"codeowners": ["@fredrike"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/daikin",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pydaikin"],
|
|
"requirements": ["pydaikin==2.13.7"],
|
|
"zeroconf": ["_dkapi._tcp.local."]
|
|
}
|