Aidan Timson
f217dab8d4
Migrate ha-toast to webawesome popover ( #29952 )
...
* Migrate ha-toast to webawesome popover
* Update closed event to new API
* Use component
* Use div
* Fix import
2026-03-04 14:21:18 +02:00
Wendelin
b89b02e044
Open quick search quicker ( #29967 )
2026-03-04 11:13:13 +01:00
renovate[bot]
daff323606
Update dependency lint-staged to v16.3.1 ( #29970 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-04 11:35:06 +02:00
Paul Bottein
356bceb1cc
Simplify mock entities in demo ( #29960 )
...
* Simplify mock entities in demo
* Clean unused file
2026-03-04 11:22:35 +02:00
renovate[bot]
acb5af2f41
Update dependency globals to v17.4.0 ( #29966 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-04 09:10:02 +00:00
Marcin Bauer
17314fe62b
Add animation duration tokens and button transition update ( #29965 )
...
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com >
2026-03-04 08:36:37 +00:00
sevorl
3826a69465
Use ha-form for wait_for_trigger timeout ( #29944 )
2026-03-04 08:48:57 +01:00
Matthias de Baat
a68acdf9dd
Update delete Z-Wave device dialog ( #29956 )
...
* Update text and spacing
* Update text
* Update src/translations/en.json
Co-authored-by: AlCalzone <d.griesel@gmx.net >
---------
Co-authored-by: AlCalzone <d.griesel@gmx.net >
2026-03-04 08:35:41 +02:00
Paul Bottein
bb56bbb1ba
Align heading button font-size with other heading entity badge ( #29958 )
2026-03-04 08:08:22 +02:00
Bram Kragten
76aef60c05
Add hass url to brand images ( #29961 )
2026-03-03 21:00:43 +01:00
renovate[bot]
23af40743b
Update dependency lint-staged to v16.3.0 ( #29954 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-03 14:36:48 +00:00
Paul Bottein
c4326b4f3a
Use max width for dashboard footer ( #29947 )
2026-03-03 14:57:57 +01:00
Paul Bottein
d248f5614f
Add label for toggle button in area strategy ( #29949 )
2026-03-03 13:34:05 +01:00
Aidan Timson
a4da7b26ea
Fix copy to clipboard for wa dialogs ( #29951 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com >
2026-03-03 13:09:30 +01:00
Wendelin
3c49cdf3c0
ha-bottom-sheet reduce motion support ( #29950 )
2026-03-03 11:06:23 +00:00
Petar Petrov
26af81d1a4
Use net battery power in power sankey card ( #29940 )
2026-03-03 11:53:54 +01:00
Aidan Timson
2a08f2d79b
Add tooltip for config dashboard action button in toolbar ( #29948 )
2026-03-03 10:33:37 +01:00
Marcin Bauer
a5be02b743
Add tooltip for Lovelace dropdown action button in top app bar ( #29933 )
2026-03-03 09:15:37 +00:00
sevorl
4228871f00
Fix missing slot attribute on wa-divider in automation sidebar action ( #29942 )
2026-03-03 08:56:33 +00:00
Wendelin
9a7a8fd377
Add reportValidity in ha-form ( #29884 )
...
* Add validation for required fields in ha-auth-flow before submission
* Add reportValidity methods to form components for improved validation handling
* Remove async reportValidity funcs
* Review
2026-03-03 09:05:49 +02:00
Wendelin
8b82882e15
ha-authorize fix rtl check ( #29937 )
...
Add RTL direction handling in updated lifecycle method
2026-03-02 18:22:06 +01:00
Matthias Alphart
2701015eda
Fix data-table content bottom margin ( #29805 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-02 17:02:31 +01:00
Aidan Timson
1991a9e493
Code editor fullscreen in dialogs ( #29882 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2026-03-02 17:01:13 +01:00
Petar Petrov
2b72c54194
Migrate Energy date selector to new footer ( #29867 )
2026-03-02 17:00:34 +01:00
Paul Bottein
a7cb2fe7a7
Fix updates, discovered devices and repairs cards flickering ( #29935 )
2026-03-02 13:50:42 +00:00
Paul Bottein
51ea0c8201
Fix sidebar not closing when reduced motion is enabled ( #29934 )
2026-03-02 13:19:26 +00:00
Wendelin
ead7081bc6
Dialog: Add show event target check ( #29927 )
...
Add event phase check in _handleShow and _handleAfterShow methods
2026-03-02 11:41:52 +00:00
Wendelin
ee982b1899
Add error translation for loading energy preferences ( #29924 )
2026-03-02 11:49:46 +02:00
Aidan Timson
e8b100a39e
Remove cache to fix re-add repo issue ( #29926 )
...
Remove cache to fix readd repo issue
2026-03-02 11:49:19 +02:00
Copilot
50c361db62
Add mixin to remove code duplication in automation/script editors ( #29842 )
...
* Initial plan
* Changes before error encountered
Co-authored-by: wendevlin <12148533+wendevlin@users.noreply.github.com >
* Fix mixin: use function-body syntax for decorators, curried generics for type safety
Co-authored-by: wendevlin <12148533+wendevlin@users.noreply.github.com >
* Simplify automation/script editor mixin signature
* Add shared styles and loading animation to automation/script editor mixin
Co-authored-by: wendevlin <12148533+wendevlin@users.noreply.github.com >
* Remove underscore prefix from protected members per style guide
Co-authored-by: wendevlin <12148533+wendevlin@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: wendevlin <12148533+wendevlin@users.noreply.github.com >
Co-authored-by: Wendelin <w@pe8.at >
2026-03-02 11:44:04 +02:00
sevorl
e7a8d15a13
Use ha-duration-input for wait_template timeout ( #29862 )
2026-03-02 09:07:51 +01:00
karwosts
fbd0409837
Init ha-form expansion elements to undefined instead of null ( #29900 )
...
* Init ha-form expansion elements to undefined instead of null
* revert change to error/warning
2026-03-02 09:29:06 +02:00
karwosts
a0d100611f
Fix distribution card stub error ( #29915 )
...
* Fix distribution card stub error
* unit check not required
2026-03-02 09:06:10 +02:00
dependabot[bot]
a969bf1065
Bump actions/upload-artifact from 6.0.0 to 7.0.0 ( #29922 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](b7c566a772...bbbca2ddaa )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-02 06:10:19 +00:00
renovate[bot]
a153330610
Update dependency gulp-zopfli-green to v7 ( #29919 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-02 07:06:41 +01:00
renovate[bot]
bd2f1ca3a8
Update dependency @html-eslint/eslint-plugin to v0.57.1 ( #29905 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-28 20:08:37 +01:00
renovate[bot]
3263034416
Update dependency @codemirror/language to v6.12.2 ( #29904 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-28 20:07:43 +01:00
Paul Bottein
82b28b547a
Fix control select menu color in ios ( #29892 )
2026-02-27 17:26:04 +01:00
Bram Kragten
61c2c750b4
Fix overflow for icon buttons ( #29891 )
2026-02-27 15:44:21 +00:00
Petar Petrov
117690ee70
Fix sensor card graph not updating when value is unchanged ( #29889 )
2026-02-27 15:41:54 +00:00
Petar Petrov
e753de85eb
Make hui-sections-view always fill the screen so footer is at the bottom ( #29890 )
2026-02-27 15:39:21 +00:00
Paul Bottein
a240019968
Add render icon property to ha-control-select-menu ( #29881 )
2026-02-27 16:23:58 +01:00
Petar Petrov
0bdf4b8777
Fix monetary device class state display with non-ISO 4217 currency symbols ( #29887 )
2026-02-27 14:59:14 +01:00
renovate[bot]
6337828ed8
Update dependency barcode-detector to v3.1.0 ( #29886 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-27 15:46:29 +02:00
Aidan Timson
b8e5af652b
Add audits and yaml mode to more info details ( #29854 )
...
* Add audits and yaml mode to more info details
* Reset yaml mode on back
* Use mapped array for state entries
* Typo
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
* Memoize
* Rename
* Fix
* Format audits in normal mode
* Refactor, dont pass hass
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2026-02-27 14:45:55 +01:00
Petar Petrov
e4ae29e8b5
Fix energy compare tooltip showing wrong year ( #29885 )
2026-02-27 14:37:52 +01:00
Aidan Timson
08231dbbb0
Use large width on system log dialogs ( #29879 )
2026-02-27 12:46:10 +01:00
Paul Bottein
0ca656933d
Revert "Add render icon property to ha-control-select-menu"
...
This reverts commit b23cf8eba4 .
2026-02-27 12:21:23 +01:00
Paul Bottein
b23cf8eba4
Add render icon property to ha-control-select-menu
2026-02-27 12:20:52 +01:00
Robert Resch
61b546415d
Revert "Add vacuum mapping not configured issue" ( #29876 )
2026-02-27 11:18:49 +01:00