-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
20250129.0 #23939
Merged
Merged
20250129.0 #23939
Conversation
This file contains 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
Currently the explanation for passive zones says that they "are not used as location for device trackers" which is misleading and does not fit the second sentence that says: "This is useful if you just want to use it for automations. This commit clarifies that by changing to "not shown as" and fixes the plural / singular mismatch between the two sentences.
…23449) * Fix misleading use of "hidden" for disabled entities Entities can be either hidden (by turning off "Visible") or disabled (by turning off "Enabled"), The stings file uses the very misleading key "hidden_entities" for the count of disabled entities plus the words "not shown" which also pair with "hidden" instead of "disabled". This commit fixes this by using "disabled" for both the key and in the link shown here. * Replace "hidden_entities" with "disabled_entities" Entities can be either hidden (by turning off "Visible") or disabled (by turning off "Enabled"), The strings file uses the very misleading key "hidden_entities" for the count of disabled entities plus the words "not shown" which also pair with "hidden" instead of "disabled". This commit fixes this by using "disabled" for the key name as well. * Re-add accidentally deleted comma
Fix config entry system options dialog header
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update developer-tools-template.ts * Update developer-tools-template.ts * remove extensions
For automations / scenes / scripts the menu item to open the settings dialog is currently "Show settings". The use of "Show" is misleading here as this usually pairs with "Hide". It's also inconsistent as for all other settings in Home Assistant the menu items, buttons or tooltips don't use "show". Also note that it's just "Information" or "Traces" for similar other items in the same menu.
* if not whole month, better use days for the period * fix Type undefined error * Update src/data/energy.ts Co-authored-by: Petar Petrov <[email protected]> --------- Co-authored-by: Petar Petrov <[email protected]>
* Improve description of Suspend connection option This removes the use of "we" which is kind of off as no person is involved in the process. It also moves the word "suspend" in the headline and better explains the purpose. * add comma --------- Co-authored-by: Petar Petrov <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This reverts commit e9b2a83.
Calendar empty offset
* Replace most occurrences of "click" for touch-friendly wording Home Assistant should avoid the term "click" or "clicking" as it can be used on (mobile) touch screen devices or with non-mechanical touch pads as well. This commit changes most occurrences in en.json to either use "select" or "press" depending on context. For "when you click on log out" it can be dropped completely. * Change "select" to "press" for two more
… option (#23479) Improve explanation of selections by including labels as 4th option This commit adds labels as the 4th option for data sources in history and the error message when you select 'Add current view as card' in that state from the overflow menu.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
make padding similar to system-log-card
* Use handle icon for drag and drop in energy devices settings * Remove import
* Add backup location settings page * Add encryption settings * Display unencrypted locations and backups * Improve cloud detail page * Fix encryption flag * Fix restore backup * Fix lint * Fix translations * Add warning * Use agents in backup locations * Feedback * Use updated * Improve encrypted/unencrypted status * Improve code quality * Remove hardcoded failed id * Extend agent interface * Use willupdate
* Open more-info on label click in echarts * check isExternalStatistic in energy devices click
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Add translations for backup agents encryption * Update src/translations/en.json * Split class map --------- Co-authored-by: Bram Kragten <[email protected]> Co-authored-by: Paul Bottein <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Build
Related to building the code
Cast
Related to Home Assistant Cast UI
Demo
Related to frontend demo content
Design
Related to Home Assistant design gallery
GitHub Actions
Pull requests that update GitHub Actions code
Supervisor
Related to the supervisor panel
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.
No description provided.