mirror of https://github.com/home-assistant/core
13 lines
331 B
JSON
13 lines
331 B
JSON
{
|
|
"domain": "plaato",
|
|
"name": "Plaato",
|
|
"after_dependencies": ["cloud"],
|
|
"codeowners": ["@JohNan"],
|
|
"config_flow": true,
|
|
"dependencies": ["webhook"],
|
|
"documentation": "https://www.home-assistant.io/integrations/plaato",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["pyplaato"],
|
|
"requirements": ["pyplaato==0.0.19"]
|
|
}
|