Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add translations to services #400

Merged
merged 5 commits into from
May 15, 2024
Merged

Add translations to services #400

merged 5 commits into from
May 15, 2024

Conversation

astrandb
Copy link
Collaborator

@astrandb astrandb commented Mar 21, 2024

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.

@astrandb astrandb added breaking Breaking change translation Translations labels Mar 21, 2024
@github-actions github-actions bot added the maintenance Cleanup and maintenance label Mar 21, 2024
@astrandb astrandb marked this pull request as ready for review May 7, 2024 08:35
@astrandb astrandb requested a review from olalid May 7, 2024 08:35
@astrandb astrandb merged commit ea3b48e into master May 15, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change maintenance Cleanup and maintenance translation Translations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants