Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add translations to services and selectors.
Will improve the user experience in automation editor.
BREAKING CHANGE
Not breaking immediately, but some keys used in automations and scripts are deprecated. Repair messages are generated if you use the deprecated keys. These keys will stop working in HA versions >= 2024.7.0
The necessary changes are described here:
Service
set_weekly_charge_plan: value of day must be changed to string value: 0 -> "monday"; 1 -> "tuesday"... 6->"sunday"
set_access_level: 1->"open_for_all"; 2->"requires_easee_account"; 3->"whitelist".
set_circuit_max_limit,
set_circuit_offline_limit,
set_circuit_dynamic_limit: currentP1 -> current_p1; currentP2->current_p2; currentP3->current_p3
If you don't use any of these services no changes are needed.