Files
core/homeassistant/components/zerproc/manifest.json
T
Emily Mills f89c682ea6 Cleanup and optimization for Zerproc (#44430)
* Cleanup and optimization for Zerproc

* Remove unnecessary extra method

* Add debug log for exceptions on disconnect
2020-12-21 12:50:31 -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.7"
],
"codeowners": [
"@emlove"
]
}