core/homeassistant/components/zerproc/manifest.json

13 lines
228 B
JSON
Raw Normal View History

2020-05-12 22:26:44 +00:00
{
"domain": "zerproc",
"name": "Zerproc",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/zerproc",
"requirements": [
"pyzerproc==0.4.8"
2020-05-12 22:26:44 +00:00
],
"codeowners": [
"@emlove"
]
}