* Add optional communication delay in case a panel responds slow. * Add migration test * Connect by increasing the communication delay * Update init to use option instead of config * Updated strings * Fix migration and tests * Review changes * Update connect strategy * Update tests * Changes after review * Change typing from object to Any. * Add test to validate communication delay update. * Move test to separate file * Change filename.
11 lines
292 B
JSON
11 lines
292 B
JSON
{
|
|
"domain": "risco",
|
|
"name": "Risco",
|
|
"codeowners": ["@OnFreund"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/risco",
|
|
"iot_class": "local_push",
|
|
"loggers": ["pyrisco"],
|
|
"quality_scale": "platinum",
|
|
"requirements": ["pyrisco==0.5.8"]
|
|
}
|