1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-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"]
}