Wendelin
c66f5e2d8a
Fix spacing of markdown textfield helpers ( #23359 )
2024-12-20 15:41:09 +01:00
ildar170975
d71b29d089
border-radius fixes for state-badge ( #23212 )
2024-12-20 15:06:03 +01:00
renovate[bot]
6b230b6142
Lock file maintenance ( #23337 )
...
* Lock file maintenance
* Resolve codemirror in current version
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
2024-12-20 13:16:23 +00:00
Paul Bottein
c532a9023a
Revert remove hass debug connection in dev ( #23356 )
2024-12-20 14:05:33 +01:00
Paul Bottein
ecc704e6ac
Fix duplicate agents ids during onboarding ( #23357 )
...
Fix duplicate agents ids during onboardind
2024-12-20 13:04:32 +00:00
Bram Kragten
5470c8f250
Bumped version to 20241127.9
2024-12-20 13:54:18 +01:00
Bram Kragten
d21f249aac
Only use pipelines that have the default coversation agent ( #23320 )
...
only use pipelines that have the default coversation agent
2024-12-20 13:53:31 +01:00
renovate[bot]
907299b139
Update dependency @codemirror/language to v6.10.7 ( #23350 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-20 13:02:03 +01:00
Wendelin
37aa2bd869
Improve onboarding backup restore ( #23340 )
...
* Improve onboarding backup restore
* Fix onboarding backup restore
* Fix restoring value in onboarding-restore-backup
2024-12-20 12:13:16 +01:00
Petar Petrov
f1f53b9f24
Set default netmask when parsing an address ( #23348 )
2024-12-20 11:28:12 +01:00
Paul Bottein
49d9c7f392
Update icons for backups ( #23351 )
2024-12-20 11:27:49 +01:00
karwosts
65860a3142
Allow selecting previously uploaded image for picture upload ( #23072 )
2024-12-20 10:55:24 +01:00
ildar170975
3b52d3d302
Fix visibility for shown entities on device card (2) ( #23198 )
2024-12-20 10:44:57 +01:00
Steve Repsher
2fe6203eae
Remove leftover packages from Rollup builds ( #23344 )
2024-12-19 15:16:08 -05:00
Paul Bottein
92b02e39c9
Add overview summary for backups ( #23343 )
2024-12-19 19:54:50 +01:00
renovate[bot]
b693fd1edc
Update dependency @rsdoctor/rspack-plugin to v0.4.12 ( #23341 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-19 17:21:23 +02:00
libe.net
b84e00b312
Unit Test for shiftDateRange ( #23324 )
...
Unit Test for Pull 23228
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com>
2024-12-19 15:42:31 +01:00
karwosts
973fd51639
Sortable energy individual devices ( #23330 )
...
* Sortable energy individual devices
* change key fn
2024-12-19 15:51:56 +02:00
Simon Lamon
e0494ccb57
Introduce a target picker for the logbook card ( #23007 )
...
* target picker logbookcard wip
* migration
* fixes
* change property
* Update src/panels/lovelace/cards/hui-logbook-card.ts
* prettier
2024-12-19 14:41:32 +01:00
Paul Bottein
95559cbc2a
Setup backup overview page ( #23331 )
...
* Add overview page
* Remove configure button
* Reorganize files
* Add backups summary
* Add settings overview
* Fixes
* Update wording
* Setup onboarding before creating a backup
2024-12-19 13:37:05 +00:00
Paul Bottein
3da13b823a
Only show local addons folder settings if at least one addon is local ( #23333 )
...
Only show local addons folder settings if an addon is local
2024-12-19 14:29:35 +01:00
Paul Bottein
c022871ead
Add none option for backup addons ( #23335 )
2024-12-19 11:26:17 +01:00
Mimi
c4fcbf0613
Optimize the style of hui-energy-period-selector ( #23332 )
2024-12-19 07:29:32 +00:00
renovate[bot]
79921745a8
Update dependency magic-string to v0.30.17 ( #23339 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-19 09:09:24 +02:00
Paul Bottein
40a4255045
Rename backup strategy ( #23329 )
...
* Rename backup strategy
* Feedback
2024-12-18 18:02:42 +01:00
Petar Petrov
2d902a0688
Fix integrations dialog ( #23328 )
...
* Fix integrations dialog
* tweak comments
2024-12-18 15:53:30 +01:00
Petar Petrov
8a46ef6168
Improve chart zoom ( #23326 )
2024-12-18 15:50:34 +01:00
karwosts
ba3d37b550
Fix costs in energy csv download ( #23322 )
2024-12-18 08:46:55 +02:00
renovate[bot]
88d0247217
Update dependency marked to v15.0.4 ( #23323 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-18 08:33:06 +02:00
Krisjanis Lejejs
1c076d22a6
Add MFA login flow support for cloud component ( #23188 )
...
* Add MFA login flow support for cloud component
* Update MFA login in voice assistant setup flow
* Sync errors with core
* Add translations to the TOTP dialog
2024-12-17 20:55:07 +01:00
Julian
0ecdae2551
Fix inconsistency in Thermostat and Humidifier card names ( #22416 )
2024-12-17 19:15:35 +01:00
libe.net
6f8ba6afac
Date-range-picker Design to use Prev and Next Buttons in History and Logbook on mobiles ( #23228 )
...
* date-range-picker prev and next design
* correct width and margins
* logbook width correction
* Update src/components/ha-date-range-picker.ts
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com>
* Update src/components/ha-date-range-picker.ts
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com>
* Update src/components/ha-date-range-picker.ts
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com>
* changes from comments
* share date-range logic for energy and history / logbook
* switch to energy-dashboard timespan-function
* changed shiftDateRange to differenceInMilliseconds
* used gap instead margin-right
---------
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com>
2024-12-17 17:40:32 +01:00
Bram Kragten
ad1c32a880
Only use pipelines that have the default coversation agent ( #23320 )
...
only use pipelines that have the default coversation agent
2024-12-17 17:50:29 +02:00
Petar Petrov
48819a59e7
Fix new automation dialog in Firefox ( #23319 )
2024-12-17 15:00:00 +01:00
Bram Kragten
2718801c69
Update light-color-rgb-picker.ts
2024-12-17 14:47:38 +01:00
renovate[bot]
2b43f5f8c8
Update dependency eslint to v9.17.0 ( #23316 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-17 09:18:31 +02:00
Paul Bottein
0ef23cd712
Remove backup toggle on the update more info dialog ( #23314 )
2024-12-16 15:47:19 +00:00
Petar Petrov
7370d1e0dd
Fix touch control of chart zoom ( #23302 )
...
* Fix touch control of chart zoom
* fix
2024-12-16 16:03:32 +01:00
karwosts
da7d3e118c
Allow for deleting image_upload images in media panel ( #23086 )
2024-12-16 16:36:50 +02:00
renovate[bot]
d4188d9aee
Update dependency terser-webpack-plugin to v5.3.11 ( #23313 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-16 16:27:27 +02:00
Marcin
8722157623
Focus on card search input when adding new card ( #23309 )
...
* Focus on card search input when adding new card
* Update src/panels/lovelace/editor/card-editor/hui-card-picker.ts
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
* update and fix
* not on mobile
---------
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2024-12-16 15:54:29 +02:00
Petar Petrov
6e2f0d8c9b
Enable chart animations ( #23311 )
2024-12-16 14:37:31 +01:00
Paul Bottein
08459394a6
Add backup sync status in detail page ( #23312 )
2024-12-16 14:36:59 +01:00
Jan-Philipp Benecke
ee292f900f
For consistency align close button to the left in ha-dialog
( #23284 )
2024-12-16 15:35:06 +02:00
Steve Repsher
3aaf08ac03
Defer loading of fallback domain icons ( #23298 )
2024-12-16 15:22:53 +02:00
Paul Bottein
d31f4a5f1d
Improve backup onboarding ( #23282 )
...
* Sort agents, enable cloud and local by default
* Enable cloud by default
* Improve wording
* Hide fab if onboarding is not complete
* Add recommended settings
* Use one step encryption key during onboarding
* Add description for cloud
* Update change encryption key dialog
2024-12-16 14:08:51 +01:00
Bram Kragten
875ab0cb97
Cloud login: Wait with navigate until confirm action is done ( #23310 )
...
Wait with navigate until confirm action is done
2024-12-16 13:08:30 +00:00
renovate[bot]
678af025ac
Update vaadinWebComponents monorepo to v24.6.0 ( #23306 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-16 13:41:31 +01:00
renovate[bot]
1fd38d085f
Update dependency @lokalise/node-api to v13 ( #23299 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-16 13:39:35 +01:00
Paul Bottein
ec324ab09f
Disable backup by default for update more info ( #23307 )
2024-12-16 12:24:09 +01:00