core/tests
Michael Hansen 98eabd2f68
Update intent response (#83962)
* Add language to conversation and intent response

* Move language to intent response instead of speech

* Extend intent response for voice MVP

* Add tests for error conditions in conversation/process

* Move intent response type data into "data" field

* Move intent response error message back to speech

* Remove "success" from intent response

* Add id to target in intent response

* target defaults to None

* Update homeassistant/helpers/intent.py

* Fix test

* Return conversation_id and multiple targets

* Clean up git mess

* Fix linting errors

* Fix more async_handle signatures

* Separate conversation_id and IntentResponse

* Add unknown error code

* Add ConversationResult

* Don't set domain on single entity

* Language is required for intent response

* Add partial_action_done

* Default language in almond agent

* Remove partial_action_done

* Fix linting

* Rename success/fail targets

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-12-13 23:32:30 -05:00
..
auth Upgrade pytest-aiohttp (#82475) 2022-11-29 22:36:36 +01:00
backports
components Update intent response (#83962) 2022-12-13 23:32:30 -05:00
fixtures Add support for HmIP-eTRV-E to homematicip_cloud (#82876) 2022-11-29 11:13:53 +01:00
hassfest Remove duplicate code in hassfest model (#82203) 2022-11-17 09:10:37 +01:00
helpers Add abc.ABC to classes with abstract methods (#83546) 2022-12-08 17:50:36 +01:00
pylint Remove str from cover device class (#83396) 2022-12-06 16:13:29 +01:00
resources
scripts Upgrade pytest-aiohttp (#82475) 2022-11-29 22:36:36 +01:00
test_util
testing_config Add enum device_class and state options property to sensor entities (#82489) 2022-12-02 09:11:15 +01:00
util Add stones to mass units (#83933) 2022-12-13 17:35:14 +01:00
__init__.py
bandit.yaml
common.py Add `translation_key` property to entites (#82701) 2022-12-01 09:34:09 +01:00
conftest.py Restore remote discovered devices between remote scanner restarts (#83699) 2022-12-11 09:02:55 -10:00
ignore_uncaught_exceptions.py
test_bootstrap.py Upgrade pytest-aiohttp (#82475) 2022-11-29 22:36:36 +01:00
test_config.py Raise repairs issue if country is not configured (#82685) 2022-11-28 09:54:13 +01:00
test_config_entries.py Add support for raising ConfigEntryError (#82689) 2022-11-25 11:33:03 +01:00
test_core.py Allow only specific packages to be skipped during startup dependency installation (#82758) 2022-11-30 08:38:52 +01:00
test_data_entry_flow.py Spelling updates (#82867) 2022-11-28 16:51:43 +01:00
test_exceptions.py Fix TemplateError definition (#82570) 2022-11-23 20:30:32 +01:00
test_loader.py
test_main.py Allow only specific packages to be skipped during startup dependency installation (#82758) 2022-11-30 08:38:52 +01:00
test_requirements.py Allow only specific packages to be skipped during startup dependency installation (#82758) 2022-11-30 08:38:52 +01:00
test_runner.py
test_setup.py Spelling updates (#82867) 2022-11-28 16:51:43 +01:00
test_test_fixtures.py