Petar Petrov
920ec035c5
Fix endTime of statistics-chart ( #24233 )
2025-02-14 12:53:48 +01:00
Petar Petrov
043e8d6e2e
Optimize chart performance ( #24215 )
...
* Stop listening to chart scroll events to improve performance
* only set visualmap when needed
* Reduce statistics detail for long periods
* reduce calls to `setOption`
* tweak zoom modifier code
* always replace series
* revert statistics detail change
2025-02-14 12:46:55 +01:00
ildar170975
d8e36894a0
Fix for "Increase generic entity row touch target (4): iOS troubles ( #24224 )
...
restoring pre-2025.2 height
2025-02-14 09:45:56 +01:00
ildar170975
65b6a3c6a3
developer-tools-statistics: fix height of ha-data-table to avoid a double scrollbar ( #24226 )
...
height fix
2025-02-14 09:30:46 +01:00
ildar170975
b16f82cedb
Settings->Entities: set width for "Status" ( #23975 )
...
* min-width for "Status"
* max-width for "Status"
2025-02-14 09:17:58 +01:00
Paul Bottein
02deeb4ce7
Increase target zone for tile card icon click ( #24219 )
2025-02-14 08:52:13 +02:00
Paulus Schoutsen
abbf56db1d
Fix config flow URLs linking to device ( #24223 )
2025-02-13 13:47:03 +00:00
Norbert Rittel
bc0cc8b387
Fix sentence-casing of running_parallel state for scripts ( #24218 )
...
Fix sentence-casing of running_parallel state of scripts
2025-02-13 12:54:52 +01:00
Abílio Costa
b66f41db7d
Improve last backup status string ( #24206 )
2025-02-13 07:50:59 +01:00
Paul Bottein
10abaa538d
Improve tile card interactions ( #24175 )
...
* Use none instead of more info for icon
* Improve tile icon accessibility
* Remove background shape for tile card icon when no action
* Add hover opacity
* Fix wrong type
* Remove padding around icon and increase hover opacity
2025-02-12 10:49:31 +01:00
ildar170975
f25dac7f68
Settings -> Automations: show a title for "State" column ( #23977 )
...
show a title for "State" column
2025-02-12 09:46:40 +01:00
karwosts
99065a689f
Retry subscribing to weather forecast if it fails ( #24188 )
2025-02-12 08:39:46 +02:00
Paul Bottein
b09ce45d31
Display hold and double tap actions in tile card editor if they are set ( #24178 )
2025-02-11 16:45:48 +01:00
Paul Bottein
78e2809fe7
Fix default value for color in entity badge editor ( #24186 )
2025-02-11 16:14:04 +02:00
ildar170975
1349c8520c
developer-tools-template: allow "select all" for "rendered" (2) ( #24171 )
...
removed a harmful user-select
2025-02-11 13:26:46 +01:00
Wendelin
23a9ae6835
Onboarding restore use error code ( #24172 )
...
Use error code for incorrect password
2025-02-11 09:47:18 +01:00
Wendelin
dbd1e928de
Make restore button destructive ( #24173 )
2025-02-11 09:37:56 +01:00
Bram Kragten
0d97afb3f2
Add base support for sub entries ( #23160 )
...
* Add base support for sub entries
* add demo types
* fix translations
* Use sub entry name when deleting
* Update show-dialog-sub-config-flow.ts
* adjust for multiple sub types
* WIP, not functional
* add subentry_type
* rename to supported_subentry_types
* config_subentries -> config_entries_subentries
* Add localized sub flow title
* use Record
* rename
* more rename
2025-02-10 21:24:05 +01:00
Wendelin
03a415beff
Onboarding restore use core api ( #23920 )
...
* Fix type issues
* Extract backup-upload
* Add onboarding upload section
* Extract and use ha-backup-details
* Implement backup details and restore
* remove unused hassio onboarding calls
* Require hass in dialog-hassio-backup
* Add restore view
* Add formatDateTime without locale and config
* Add restore status
* Fix prettier
* Fix styles of backup details
* Remove unused localize
* Fix onboarding restore translations
* Hide data-picker on core only instance
* Split uploadBackup into 2 separate funcs
* Add formatDateTimeWithBrowserDefaults
* Fix selected data for core only
* Show error reasons on status page
* Use new backup info agents
* Add mem function for formatDateTimeWithBrowserDefaults
* Fix overflow on mobile
* Handle errors when in hassio mode
* Fix cancel restore texts
* Fix hassio localize type issue
* Remove unused onboarding localize in hassio backup restore
* improve format_date_time
* Fix tests
* Fix and simplify backup upload issues
* Use foreach instead of reduce
* Fix attributes, unused styles and properties
* Simplify supervisor warning
* Fix language type issues
* Fix ha-backup-data-picker
* Improve backup-details-restore
* Fix onboarding-restore issues
* Improve loadBackupInfo
* Revert uploadBackup changes
* Improve cancel restore
* Use destructive
* Update src/panels/config/backup/dialogs/dialog-upload-backup.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* Show backup type not at onboarding
* Only show backup type in correct translationPanel
* Fix quotes
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2025-02-10 16:40:08 +01:00
Paulus Schoutsen
44cc75afbc
Require opt-in config flow navigateToResult ( #24120 )
2025-02-10 15:58:10 +01:00
Petar Petrov
748642a8d6
Limit max label width of hui-energy-devices-graph-card ( #24152 )
2025-02-10 15:54:20 +01:00
Petar Petrov
3d5c65d652
Bring back energy usage graph order ( #24156 )
2025-02-10 15:53:36 +01:00
Paul Bottein
a26bf80b13
Fix section border radius ( #24159 )
2025-02-10 15:53:05 +01:00
Petar Petrov
497c6c35f1
Fix device energy card with max_devices
( #24150 )
2025-02-10 10:12:42 +01:00
Petar Petrov
b0b06a2787
Round log scale limits ( #24151 )
2025-02-10 10:12:12 +01:00
Paulus Schoutsen
f3d55447ca
Add support for intent-progress assist events ( #24143 )
2025-02-09 23:36:56 -05:00
Paulus Schoutsen
6ec4041c4c
Navigate to newly created config entry ( #24109 )
2025-02-07 08:32:21 +02:00
karwosts
d919e8d333
Integrate Statistic Card with Energy Date Picker ( #23794 )
...
* Support energy-date-selection for statistic card
* reuse period key
2025-02-07 08:29:28 +02:00
karwosts
af7bb85667
Stack solar forecasts ( #24113 )
2025-02-07 06:44:39 +01:00
Petar Petrov
2a0f69a629
Fix energy dashboard data formatting ( #24101 )
2025-02-06 12:38:22 +01:00
Petar Petrov
9411a77f14
Set charts font to Roboto ( #24097 )
2025-02-06 13:16:35 +02:00
Petar Petrov
de3bf2e088
Show energy-self-sufficiency-gauge card without grid return ( #24098 )
...
Show energy-self-sufficiency-gauge card if solar is defined
2025-02-06 10:07:06 +00:00
Brynley McDonald
16181b48ae
Add Mastodon and Bluesky to help tip ( #24099 )
...
Add Mastodon and Bluesky to socials tip
2025-02-06 10:59:58 +01:00
Curt Grimes
8682debe61
Fix punctuation in some toast and warning messages ( #24093 )
...
There are some toast messages that are comma splices (two independent
clauses joined by a comma), which is not correct grammar. This commit
fixes the punctuation in these messages.
2025-02-06 09:37:54 +01:00
Petar Petrov
bdbc9bc1b4
Reduce padding in energy charts and align unit ( #24095 )
2025-02-06 09:36:58 +01:00
renovate[bot]
79b9f8d083
Update dependency barcode-detector to v3 ( #24015 )
...
* Update dependency barcode-detector to v3
* fix breaking changes
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
2025-02-06 07:53:26 +00:00
Wendelin
3918194d2d
Add network adapter translations ( #24096 )
2025-02-06 09:49:05 +02:00
Charles Garwood
e9fef1f873
Update more-info dialog layout for weather entities ( #22818 )
...
* Update weather more-info style
* Cleanup unused var
* Use badges for attributes
* Remove unnecessary flex class
* CSS cleanup
* Wrap badges
* Revert "Cleanup unused var"
This reverts commit 89ab0f6ad05e1e669b84e69f4c263e3d302794f2.
* Revert badges for attributes
* Scroll long forecasts
* Use nothing instead of empty strings
* Cleanup
2025-02-06 07:11:30 +01:00
Jan-Philipp Benecke
35face602b
Fix area registry dialog field ( #24090 )
2025-02-05 18:33:00 +01:00
Bram Kragten
28b3f2970a
Use max of width and actualBoundingBox to get text width ( #24085 )
2025-02-05 17:12:48 +02:00
Petar Petrov
7d170a710e
Disable chart update animation ( #24084 )
2025-02-05 15:04:03 +00:00
Bram Kragten
cc40b50675
Charts: set tooltip triggerOn to click on mobile ( #24083 )
...
set tooltip triggerOn to click on mobile
2025-02-05 15:02:43 +00:00
Bram Kragten
b6eaff46e9
Chart: Add tooltip styling to theme ( #24082 )
2025-02-05 16:37:13 +02:00
Bram Kragten
674bb0d16a
Set min height for graphs, adjust margins ( #24078 )
...
* Set min height for graphs, adjust margins
* stats + header adjustments
* set min to 200
2025-02-05 15:16:33 +01:00
Petar Petrov
6ff018afc9
Fix chart preview ( #24080 )
...
* Fix chart preview
* Revert change to timeline-chart labels
2025-02-05 15:16:16 +01:00
Bram Kragten
ad48732bb7
Charts: add styles for legend page controls ( #24081 )
2025-02-05 16:04:14 +02:00
Bram Kragten
fef162346a
Set list color of update more info to dialog background ( #24076 )
2025-02-05 12:48:13 +01:00
Bram Kragten
72d208d1ac
Fix label truncated timeline chart ( #24077 )
2025-02-05 12:47:39 +01:00
Petar Petrov
5a8b1b0fd4
Fix device energy bar chart ( #24079 )
2025-02-05 12:47:21 +01:00
Bram Kragten
4cfc651799
Fix condition in tracing graph ( #24075 )
2025-02-05 10:04:39 +00:00