hass-core/tests/components/webostv
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
..
__init__.py Remove webostv deprecated YAML import (#69043) 2022-04-01 11:05:59 +03:00
conftest.py Add missing mock in webostv config flow tests (#88913) 2023-02-28 12:04:40 -05:00
const.py Cleanup webOS TV YAML import leftovers (#85957) 2023-01-15 20:07:15 +02:00
test_config_flow.py Add missing mock in webostv config flow tests (#88913) 2023-02-28 12:04:40 -05:00
test_device_trigger.py Add type hints to integration tests (part 24) (#88307) 2023-02-17 16:34:53 +01:00
test_diagnostics.py Adjust hass_client type hint in integration tests (#86954) 2023-02-02 16:29:57 -05:00
test_init.py Add type hints to integration tests (part 24) (#88307) 2023-02-17 16:34:53 +01:00
test_media_player.py Update service call return values and error handling (#94657) 2023-06-16 07:01:40 -07:00
test_notify.py Add type hints to integration tests (part 24) (#88307) 2023-02-17 16:34:53 +01:00
test_trigger.py Add type hints to integration tests (part 24) (#88307) 2023-02-17 16:34:53 +01:00