mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
14 lines
360 B
JSON
14 lines
360 B
JSON
{
|
|
"domain": "plaato",
|
|
"name": "Plaato",
|
|
"after_dependencies": ["cloud"],
|
|
"codeowners": ["@JohNan"],
|
|
"config_flow": true,
|
|
"dependencies": ["webhook"],
|
|
"documentation": "https://www.home-assistant.io/integrations/plaato",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["pyplaato"],
|
|
"requirements": ["pyplaato==0.0.19"]
|
|
}
|