hass-core/tests/components/zwave_js
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 Make Z-Wave device IBT4ZWAVE discoverable as a cover (#93946) 2023-06-02 06:09:53 -04:00
__init__.py
common.py Add zwave config parameter entities (#92223) 2023-05-30 11:49:55 -04:00
conftest.py Make Z-Wave device IBT4ZWAVE discoverable as a cover (#93946) 2023-06-02 06:09:53 -04:00
test_api.py Support zwave config parameters not on endpoint 0 (#93383) 2023-05-30 23:52:12 -04:00
test_binary_sensor.py Add zwave config parameter entities (#92223) 2023-05-30 11:49:55 -04:00
test_button.py Update service call return values and error handling (#94657) 2023-06-16 07:01:40 -07:00
test_climate.py Update service call return values and error handling (#94657) 2023-06-16 07:01:40 -07:00
test_config_flow.py Include UUID in hassio discovery data (#91970) 2023-04-25 09:48:47 +02:00
test_config_validation.py Add return type to tests without arguments (#87613) 2023-02-07 14:20:06 +01:00
test_cover.py Make Z-Wave device IBT4ZWAVE discoverable as a cover (#93946) 2023-06-02 06:09:53 -04:00
test_device_action.py Set default value for endpoint in zwave device automations (#94445) 2023-06-12 21:34:09 -04:00
test_device_condition.py Support zwave config parameters not on endpoint 0 (#93383) 2023-05-30 23:52:12 -04:00
test_device_trigger.py Support zwave config parameters not on endpoint 0 (#93383) 2023-05-30 23:52:12 -04:00
test_diagnostics.py Add proper support for zwave_js Indicator CC (#90248) 2023-05-24 09:09:38 -04:00
test_discovery.py Add proper support for zwave_js Indicator CC (#90248) 2023-05-24 09:09:38 -04:00
test_events.py Add type hints to integration tests (zwave_js) (#88311) 2023-02-18 14:59:26 +01:00
test_fan.py Add zwave_js speed config for additional GE/Jasco fan controllers (#92371) 2023-06-01 00:09:35 +02:00
test_helpers.py Improve test coverage for zwave_js (#93262) 2023-05-22 12:20:01 +02:00
test_humidifier.py Improve test coverage for zwave_js (#93262) 2023-05-22 12:20:01 +02:00
test_init.py Add zwave_js node statistics sensors (#91714) 2023-05-30 20:44:32 +02:00
test_light.py Do optimistic state update for Z-Wave multilevel switch entities (#90490) 2023-05-24 09:04:11 -04:00
test_lock.py Add error handling for all zwave_js service calls (#93846) 2023-05-31 11:09:01 -04:00
test_logbook.py Add type hints to integration tests (zwave_js) (#88311) 2023-02-18 14:59:26 +01:00
test_migrate.py Add type hints to integration tests (zwave_js) (#88311) 2023-02-18 14:59:26 +01:00
test_number.py Add zwave config parameter entities (#92223) 2023-05-30 11:49:55 -04:00
test_select.py Add zwave config parameter entities (#92223) 2023-05-30 11:49:55 -04:00
test_sensor.py Update service call return values and error handling (#94657) 2023-06-16 07:01:40 -07:00
test_services.py Update service call return values and error handling (#94657) 2023-06-16 07:01:40 -07:00
test_siren.py Add type hints to integration tests (zwave_js) (#88311) 2023-02-18 14:59:26 +01:00
test_switch.py Add zwave config parameter entities (#92223) 2023-05-30 11:49:55 -04:00
test_trigger.py Fix zwave_js trigger event reattach logic (#94702) 2023-06-16 09:35:29 +02:00
test_update.py Update service call return values and error handling (#94657) 2023-06-16 07:01:40 -07:00