mirror of
https://github.com/elisspace/core.git
synced 2026-09-26 12:37:12 +00:00
* Cleanup and optimization for Zerproc * Remove unnecessary extra method * Add debug log for exceptions on disconnect
13 lines
228 B
JSON
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"
|
|
]
|
|
}
|