-
- Downloads
Add Risco communication delay (#101349)
* 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.
Showing
- homeassistant/components/risco/__init__.py 27 additions, 9 deletionshomeassistant/components/risco/__init__.py
- homeassistant/components/risco/config_flow.py 27 additions, 5 deletionshomeassistant/components/risco/config_flow.py
- homeassistant/components/risco/const.py 3 additions, 0 deletionshomeassistant/components/risco/const.py
- homeassistant/components/risco/manifest.json 1 addition, 1 deletionhomeassistant/components/risco/manifest.json
- requirements_all.txt 1 addition, 1 deletionrequirements_all.txt
- requirements_test_all.txt 1 addition, 1 deletionrequirements_test_all.txt
- tests/components/risco/conftest.py 10 additions, 0 deletionstests/components/risco/conftest.py
- tests/components/risco/test_config_flow.py 5 additions, 2 deletionstests/components/risco/test_config_flow.py
- tests/components/risco/test_init.py 21 additions, 0 deletionstests/components/risco/test_init.py
tests/components/risco/test_init.py
0 → 100644
Please register or sign in to comment