mirror of https://github.com/home-assistant/core
13 lines
367 B
JSON
13 lines
367 B
JSON
{
|
|
"domain": "devialet",
|
|
"name": "Devialet",
|
|
"after_dependencies": ["zeroconf"],
|
|
"codeowners": ["@fwestenberg"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/devialet",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"requirements": ["devialet==1.4.5"],
|
|
"zeroconf": ["_devialet-http._tcp.local."]
|
|
}
|