hass-core/homeassistant/components/ifttt/manifest.json
2020-01-07 08:19:17 +01:00

9 lines
223 B
JSON

{
"domain": "ifttt",
"name": "IFTTT",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/ifttt",
"requirements": ["pyfttt==0.3"],
"dependencies": ["webhook"],
"codeowners": []
}