* zoneminder setup retry connection Makes ZM setup be async for enabling connection retry attempts This also requires zm-py version bump v0.5.4 as that dependency was patched in conjunction to resolve this issue Closes #105271 Signed-off-by: Nic Boet <nic@boet.cc> * ruff format Signed-off-by: Nic Boet <nic@boet.cc> * ruff fixes Signed-off-by: Nic Boet <nic@boet.cc> * RequestsConnectionError Signed-off-by: Nic Boet <nic@boet.cc> * revert async changes Signed-off-by: Nic Boet <nic@boet.cc> --------- Signed-off-by: Nic Boet <nic@boet.cc>
9 lines
273 B
JSON
9 lines
273 B
JSON
{
|
|
"domain": "zoneminder",
|
|
"name": "ZoneMinder",
|
|
"codeowners": ["@rohankapoorcom", "@nabbi"],
|
|
"documentation": "https://www.home-assistant.io/integrations/zoneminder",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["zoneminder"],
|
|
"requirements": ["zm-py==0.5.4"]
|
|
}
|