1
mirror of https://github.com/home-assistant/core synced 2024-09-06 10:29:55 +02:00
ha-core/tests/components/risco
FredericMa d4c5a93b63
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.
2023-11-13 12:24:20 +01:00
..
__init__.py
conftest.py Add Risco communication delay (#101349) 2023-11-13 12:24:20 +01:00
test_alarm_control_panel.py
test_binary_sensor.py
test_config_flow.py Add Risco communication delay (#101349) 2023-11-13 12:24:20 +01:00
test_init.py Add Risco communication delay (#101349) 2023-11-13 12:24:20 +01:00
test_sensor.py
test_switch.py
util.py