core/homeassistant/components/somfy/manifest.json

13 lines
309 B
JSON

{
"domain": "somfy",
"name": "Somfy",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/somfy",
"dependencies": ["http"],
"codeowners": ["@tetienne"],
"requirements": ["pymfy==0.9.3"],
"zeroconf": [
{"type": "_kizbox._tcp.local.", "name": "gateway*"}
]
}