Update fr#121
Closed
Benjamin45590 wants to merge 1 commit into
Closed
Conversation
5 tasks
kmich
added a commit
that referenced
this pull request
Jul 1, 2026
…ing en strings (#122) * Update config_flow.py * Update print statement from 'Hello' to 'Goodbye' * fix(translations): add missing English strings for initial-setup indoor rooms PR #120 added new config-flow steps (indoor_rooms, room_edit, room_form, room_remove) and a room_name_required error for configuring named indoor rooms during initial setup, but only PR #121 added translations (French only). Add the matching strings.json/en.json entries so the flow renders correctly in English and hassfest translation checks pass. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * test(config_flow): exempt indoor-room CRUD mini-wizard from back-button checks PR #120's new initial-setup indoor room steps (indoor_rooms hub, room_add/ edit/form/remove/done) bypass the linear back-button convention the same way the identical, already-shipped room_* steps in the Options flow's indoor_rooms_opt hub do: the hub is a menu (no data schema to carry a _go_back field) and the CRUD sub-forms loop back to their own hub rather than the outer step sequence. Exempt them explicitly instead of leaving CI red. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * chore: release 2.6.1 Initial-setup indoor rooms (PR #120), the Vigicrues/Indoor Options-flow ordering fix, and the missing English translations for the new steps. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> --------- Co-authored-by: Benjamin45590 <102737733+Benjamin45590@users.noreply.github.com> Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist: