1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/ifttt/manifest.json
2023-02-08 20:35:25 +01:00

12 lines
277 B
JSON

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