1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-04 06:34:28 +01:00
Files
core/homeassistant/components/zerproc/manifest.json
T
2022-01-28 13:37:53 -08:00

11 lines
281 B
JSON

{
"domain": "zerproc",
"name": "Zerproc",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/zerproc",
"requirements": ["pyzerproc==0.4.8"],
"codeowners": ["@emlove"],
"iot_class": "local_polling",
"loggers": ["bleak", "pyzerproc"]
}