core/homeassistant/components/ifttt/manifest.json

11 lines
252 B
JSON

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