hass-core/homeassistant/components/websocket_api
Jan Bouwhuis 54cf7010cd
Add ServiceValidationError and translation support (#102592)
* Add ServiceValidationError

* Add translation support

* Extend translation support to HomeAssistantError

* Add translation support for ServiceNotFound exc

* Frontend translation & translation_key from caller

* Improve fallback message

* Set websocket_api as default translation_domain

* Add MQTT ServiceValidationError exception

* Follow up comments

* Revert removing gueard on translation_key

* Revert test changes to fix CI test

* Follow up comments

* Fix CI test

* Follow up

* Improve language

* Follow up comment
2023-11-06 15:45:04 +01:00
..
__init__.py
auth.py
commands.py Add ServiceValidationError and translation support (#102592) 2023-11-06 15:45:04 +01:00
connection.py Add ServiceValidationError and translation support (#102592) 2023-11-06 15:45:04 +01:00
const.py Add ServiceValidationError and translation support (#102592) 2023-11-06 15:45:04 +01:00
decorators.py
error.py
http.py Reduce string copy needed to subscribe to entities (#102870) 2023-10-28 09:18:25 -05:00
manifest.json
messages.py Add ServiceValidationError and translation support (#102592) 2023-11-06 15:45:04 +01:00
sensor.py Upgrade ruff to 0.0.289 (#100238) 2023-09-12 22:22:10 +02:00
services.yaml
strings.json Add ServiceValidationError and translation support (#102592) 2023-11-06 15:45:04 +01:00
util.py