mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
12 lines
277 B
JSON
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"]
|
|
}
|