dependabot[bot]
3479879bd0
Bump softprops/action-gh-release from 2.1.0 to 2.2.1 ( #23679 )
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 2.1.0 to 2.2.1.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/v2.1.0...v2.2.1 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-10 21:19:36 +00:00
renovate[bot]
60b9fbced7
Update dependency @types/leaflet to v1.9.16 ( #23675 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-10 18:21:37 +01:00
renovate[bot]
7496998a69
Update dependency @rsdoctor/rspack-plugin to v0.4.13 ( #23672 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-10 18:21:32 +01:00
renovate[bot]
c9db02ba2e
Update vaadinWebComponents monorepo to v24.6.1 ( #23673 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-10 18:21:26 +01:00
renovate[bot]
08737366fc
Update dependency marked to v15.0.6 ( #23660 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-10 09:20:35 +02:00
Petar Petrov
707192feac
Use statistics data in History graph card to fill gaps ( #23612 )
...
* Use statistics data in History graph card to fill gaps
* add convertStatisticsToHistory utility
2025-01-10 09:19:33 +02:00
Bram Kragten
4b03caa01a
Make timeout for save automation/script longer ( #23665 )
2025-01-09 16:39:19 -08:00
Paul Bottein
166633cfa8
Fix preferred agent for backup download ( #23659 )
2025-01-09 17:26:42 +01:00
Wendelin
853059ac73
Add tests for common/datetime ( #23658 )
2025-01-09 15:47:32 +01:00
Wendelin
31ed0f7bea
Fix backup summary label position ( #23655 )
2025-01-09 14:49:49 +01:00
Gord
57388ae429
Backup text changes for the english translation ( #23656 )
...
* Update backup text in en.json
* fix missing quote en.json
2025-01-09 11:46:58 +00:00
Paul Bottein
20203a3cef
Fix backup translations key issues ( #23654 )
...
Co-authored-by: Wendelin <w@pe8.at>
2025-01-09 09:26:34 +01:00
Wendelin
9ec9c7e56b
Simplify dashboard background upload ( #23633 )
2025-01-09 09:25:09 +01:00
Paul Bottein
788441499a
Remove ! from backup translation ( #23648 )
2025-01-08 20:56:06 +00:00
Jan-Philipp Benecke
712817df65
Focus search input on integrations dashboard when using search shotcut ( #23647 )
...
Focus search input on integrations dashboard when using search shortcut
2025-01-08 20:29:51 +00:00
Wendelin
f8264e4500
Add backup translations ( #23365 )
...
* Add translations
* Add summary and progress translations
* Add backups and settings translations
* Add backups page translations
* Add onboarding card translations
* Add settings translations
* Add details translations
* Translate delete
* Add data picker translations
* Use local add-ons
* Add encryption key translations
* Add new, generate and upload translations
* Add translations for restore backup
* Fix ts issue
* Add missing keys
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
2025-01-08 21:05:28 +01:00
Norbert Rittel
50fa8dd269
Use ICU string for proper countdown via "1 minute" ( #23636 )
2025-01-08 17:41:02 +01:00
Petar Petrov
fc20716ff2
Decrease min_columns to 8 for hui-statistics-graph-card ( #23639 )
...
Increase min_columns to 8 for hui-statistics-graph-card
2025-01-08 17:39:19 +01:00
Wendelin
c6aec2db7d
Voice assistants config: Filter unavailable assists ( #23637 )
...
Filter unavailable assists from num of assist devices.
2025-01-08 17:22:43 +02:00
karwosts
f75f4b9733
Retain event data when moving/resizing schedule item ( #23621 )
...
* Retain event data when moving/resizing schedule item
* update from suggestion
2025-01-08 14:08:16 +00:00
karwosts
b1acf9a057
Enable Statistics Graph card to integrate with Energy Dashboard (V2) ( #23478 )
...
* Simplify date subtraction
* Enable Statistics Graph card to integrate with Energy Dashboard
Adds boolean option `energy_date_selection` to Statistics Graph card. If
true, the graph will set its time range to that specified by an Energy
Date Picker card on the same dashboard, similar to the plots on the
Energy Dashboard.
* Revert UI addition
PR reviewer suggested it was too confusing, especially without
dynamically hiding the overridden days_to_show option.
* Remove boolean param energy_date_selection
and instead activate when collection_key is specified
* Revert "Remove boolean param energy_date_selection"
This reverts commit 95cebdbbe3
.
* Don't assume !20903 has merged
* updates
* refresh when collection_key changes
---------
Co-authored-by: Andrew Reiter <reiterandrew@gmail.com>
2025-01-08 15:36:19 +02:00
Norbert Rittel
221b3932ed
Fix typo in "unprovison" key name and string for zwave ( #23634 )
...
* Fix typo in "unprovison" key name and string
* Fix "unprovison" in zwave_js-provisioned.ts
2025-01-08 15:35:07 +02:00
libe.net
c50f701160
Show logbook component in more info for non-numeric values ( #22997 )
...
* if isNumeric ignore CONTINUOUS_DOMAINS
* use isNumeric logic from history.ts
* removed check for stateObj.attributes.unit_of_measurement
* pass numericDevicesClasses to computeShowLogBookComponent
---------
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
2025-01-08 08:17:39 +00:00
Norbert Rittel
85bebfc309
Fix two occurrences of lowercase "id" and two wrong uses of "an" ( #23624 )
...
Fix two lowercase "id" and two wrong uses of "an"
2025-01-07 21:04:05 +01:00
Wendelin
6e90afc5bd
Improve background-editor background-attachment alignment ( #23615 )
2025-01-07 14:48:28 +01:00
Jan-Philipp Benecke
e137e695ec
Set fixed width for automation save dialog ( #23618 )
2025-01-07 14:13:19 +01:00
Petar Petrov
7133dc5688
Fix tooltip scrolling ( #23616 )
2025-01-07 13:44:56 +01:00
Yosi Levy
617480472e
Minor RTL Fix ( #23611 )
...
Fixes
2025-01-07 11:59:25 +01:00
karwosts
6ef799be60
Restore attributes removed from ha-entity-marker in ha-map ( #23603 )
...
* Restore attributes removed from ha-entity-marker in ha-map
* Use Reflect
2025-01-07 10:10:26 +02:00
renovate[bot]
2cf1b7b6e6
Update dependency @octokit/auth-oauth-device to v7.1.2 ( #23601 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-06 18:03:13 +01:00
Bram Kragten
ebcee7680a
Fix tooltip more info ( #23605 )
2025-01-06 17:56:38 +01:00
Paul Bottein
ffff7970f5
Improve error handling in backup status banner ( #23604 )
...
* Improve error handling in backup status banner
* Fix completion
* Fix loading
* Check attempt and completion date first
2025-01-06 17:30:37 +01:00
Bram Kragten
2a2b6d33b8
Update bug_report.yml
2025-01-06 17:15:59 +01:00
Norbert Rittel
61ed889370
Add ICU strings for proper singular / plural in Search fields ( #23530 )
...
It does not happen that often that the lists of devices, entities, helpers etc. are filtered down to a single item.
But in that case the labels currently use incorrect plural which is more irritating in some languages but also wrong in English.
This commit fixes this by adding ICU syntax to all six strings so these work properly in English and all derived translations.
For languages that need a different wording for `zero` this also helps translators in extending the ICU syntax for that case.
2025-01-06 16:06:44 +01:00
Bram Kragten
4cc95938c8
Remove backup toggle from supervisor addon page when update available ( #23602 )
2025-01-06 14:13:07 +01:00
Petar Petrov
63c658e5b9
Rename base sankey chart tag so it doesn't conflict with the custom card ( #23600 )
2025-01-06 12:42:43 +00:00
Ville Skyttä
3d1817a6b9
Spelling and grammar fixes ( #23598 )
2025-01-06 12:10:34 +01:00
Simon Lamon
8be2ca5392
Move python 3.12 to python 3.13 ( #23585 )
2025-01-06 09:31:13 +01:00
Norbert Rittel
f043886273
Add localizable "Filtering by config entry" for Entities and Devices ( #23544 )
...
* Add localizable "Filtering by config entry" to en.json
This commit adds two strings for localizing "Filtering by config entry" to the Entities panel and, referenced from there, to the Devices panel.
* Replace "Filtering by config entry" with localizable key
* Replace "Filtering by config entry" with localizable key
* Add missing comma
* Add missing }
* Add missing }
2025-01-06 09:54:07 +02:00
Norbert Rittel
ff75c89ed4
Add missing localizations for Voice Assistants > Expose headers ( #23452 )
...
* Add missing localizations for Voice Assistants > Expose headers
* Add localizable labels to Icon and Remove columns
* Variant with all changes on a single line
* Prettier?
* Revert
* Line length limited to 80 chars
2025-01-06 08:49:22 +02:00
Norbert Rittel
a8803de6e3
Add missing `ui.panel.config.labels.headers.description` ( #23517 )
...
The header "Description" for the Labels list only shows up as optional in a narrow view like on mobile.
This commit adds the missing string for proper localization.
2025-01-06 08:47:37 +02:00
karwosts
e9f3f71be1
Option to hide create box on todo card ( #23571 )
2025-01-06 08:45:53 +02:00
renovate[bot]
334c87b194
Update formatjs monorepo ( #23592 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-05 21:02:31 +01:00
renovate[bot]
8db4a76bb9
Update dependency marked to v15.0.5 ( #23591 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-05 20:59:42 +01:00
Bram Kragten
87884ac747
Add change of encryption key warning ( #23570 )
2025-01-03 15:48:20 +01:00
Bram Kragten
4ffec51a5e
Fix restoring backup during onboarding ( #23569 )
2025-01-03 15:26:50 +01:00
Bram Kragten
71e10d5d8e
Fix restore progress check logic ( #23568 )
2025-01-03 15:02:59 +01:00
Bram Kragten
cfbcb74ac2
Backup onboarding: Show close button when welcome is skipped ( #23567 )
2025-01-03 11:29:03 +01:00
Bram Kragten
3ff5b832bc
Close restore dialog if done ( #23566 )
2025-01-03 11:17:40 +01:00
Bram Kragten
1faf024c5b
fix error display upload backup ( #23565 )
2025-01-03 11:17:27 +01:00