core/tests/components/abode
Allen Porter 12129e9d21
Update service call return values and error handling (#94657)
* Update return signature of service calls

* Add timeout error handling in websocket api for service calls

* Update recorder tests to remove assertion on service call

* Remove timeout behavior and update callers that depend on it today

* Fix tests

* Add missing else

* await coro directly

* Fix more tests

* Update the intent task to use wait instead of timeout

* Remove script service call limits and limit constants

* Update tests that depend on service call limits

* Use wait instead of wait_for and add test

* Update homeassistant/helpers/intent.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

---------

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-06-16 07:01:40 -07:00
..
fixtures Prettify json (component test fixtures) (#68892) 2022-03-30 11:37:17 +02:00
__init__.py
common.py Replace abodepy library with jaraco.abode to enable new Abode devices (#85474) 2023-01-24 12:44:38 +01:00
conftest.py Add missing mock in abode config flow tests (#88828) 2023-02-27 14:03:51 +01:00
test_alarm_control_panel.py Replace abodepy library with jaraco.abode to enable new Abode devices (#85474) 2023-01-24 12:44:38 +01:00
test_binary_sensor.py
test_camera.py Replace abodepy library with jaraco.abode to enable new Abode devices (#85474) 2023-01-24 12:44:38 +01:00
test_config_flow.py Add missing mock in abode config flow tests (#88828) 2023-02-27 14:03:51 +01:00
test_cover.py Replace abodepy library with jaraco.abode to enable new Abode devices (#85474) 2023-01-24 12:44:38 +01:00
test_init.py Replace abodepy library with jaraco.abode to enable new Abode devices (#85474) 2023-01-24 12:44:38 +01:00
test_light.py Update service call return values and error handling (#94657) 2023-06-16 07:01:40 -07:00
test_lock.py Replace abodepy library with jaraco.abode to enable new Abode devices (#85474) 2023-01-24 12:44:38 +01:00
test_sensor.py Fix Abode unit of measurement (#94168) 2023-06-07 19:53:45 +02:00
test_switch.py Update service call return values and error handling (#94657) 2023-06-16 07:01:40 -07:00