1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/plaato/manifest.json
Johan Nenzén b549c0f67c Bump pyplaato to 0.0.19 (#130641)
Bumps version of pyplaato to 0.0.19
2024-11-15 09:41:35 +01:00

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"]
}