core/homeassistant/components/somfy/manifest.json

10 lines
241 B
JSON

{
"domain": "somfy",
"name": "Somfy Open API",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/somfy",
"dependencies": ["http"],
"codeowners": ["@tetienne"],
"requirements": ["pymfy==0.7.1"]
}