core/homeassistant/components/zerproc/manifest.json

11 lines
281 B
JSON
Raw Normal View History

2020-05-12 22:26:44 +00:00
{
"domain": "zerproc",
"name": "Zerproc",
2023-02-08 19:10:18 +00:00
"codeowners": ["@emlove"],
2020-05-12 22:26:44 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/zerproc",
"iot_class": "local_polling",
2023-02-08 19:10:18 +00:00
"loggers": ["bleak", "pyzerproc"],
"requirements": ["pyzerproc==0.4.8"]
2020-05-12 22:26:44 +00:00
}