Files
core/homeassistant/components/zerproc/manifest.json
T
Emily Mills a547d0fea2 Prevent Zerproc leaving open unnecessary connections (#47401)
* Zerproc: Prevent leaving open unnecessary connections

* Fix config entry unloading
2021-03-05 13:14:03 -06:00

13 lines
228 B
JSON

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