17 lines
360 B
JSON
17 lines
360 B
JSON
{
|
|
"domain": "somfy",
|
|
"name": "Somfy",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/somfy",
|
|
"dependencies": ["http"],
|
|
"codeowners": ["@tetienne"],
|
|
"requirements": ["pymfy==0.11.0"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_kizbox._tcp.local.",
|
|
"name": "gateway*"
|
|
}
|
|
],
|
|
"iot_class": "cloud_polling"
|
|
}
|