Paul Bottein
fe7e8e17ae
More info breadcrumb clickable ( #24830 )
...
* Make more info breadcrum clickable
* css adjustements
20250328.0
2025-03-28 15:37:27 +01:00
Eloy Rodriguez
2161357226
Add title and time zone to clock card ( #24818 )
...
* Add title and time zone to clock card
* Small changes to the spacing and text sizing of the clock card
* Update translations to use dropdown labels from profile configuration
* Use similar approach as #24819 for setting automatic time zone
* Update hui-clock-card.ts
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2025-03-28 15:37:02 +01:00
Darren Griffin
e8e65a4293
Fix default time_format option. Fixes #24798 ( #24819 )
...
* Fix default time_format option. Fixes #24798
* Update en.json
* Update src/translations/en.json
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2025-03-28 15:36:29 +01:00
Bram Kragten
724adab2d6
Bumped version to 20250328.0
2025-03-28 15:02:51 +01:00
Bram Kragten
345ad6c9c5
Update voice-assistant-setup-step-local.ts
2025-03-28 15:02:37 +01:00
Bram Kragten
a88d066d7e
Update text voice wizard install addons step ( #24829 )
2025-03-28 15:02:15 +01:00
Paulus Schoutsen
a8e5c8482b
Hide backup from default dashboard ( #24828 )
2025-03-28 15:02:14 +01:00
Paulus Schoutsen
d5ff8ab1e1
Do not play pre-announce sound when testing voice on satellite ( #24827 )
2025-03-28 15:02:13 +01:00
Bram Kragten
e765cc10fb
Fix voice flow ( #24825 )
...
* Fix voice flow
* Apply suggestions from code review
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2025-03-28 15:02:12 +01:00
Paul Bottein
916dec101f
Add hold and double tap action in the UI for every card that supports it. ( #24824 )
...
* Add double tap action to button card UI editor
* Add double tap action to light card UI editor
* Add hold action and double tap action to gauge card UI editor
* Add hold action and double tap action to picture glance card UI editor
* Add hold action and double tap action to picture card UI editor
* Add hold action and double tap action to entity card UI editor
* Add hold action and double tap action to elements
2025-03-28 15:02:11 +01:00
Paul Bottein
909fc119b7
Add scroll restoration when using back navigation in dashboard ( #24822 )
...
Add scroll restoration when using back navigation with subviews
2025-03-28 15:02:10 +01:00
puddly
8751dc46f4
Show hardware integrations in the integration list ( #24820 )
...
Show hardware integrations in the frontend
2025-03-28 15:02:09 +01:00
Paul Bottein
118c25d25f
Bumped version to 20250327.1
20250327.1
2025-03-27 19:12:22 +01:00
Paul Bottein
ae5427a75e
Fix dashboard strategy ( #24808 )
2025-03-27 19:12:03 +01:00
Paul Bottein
3b6e267fb5
Fallback to state name when the entry doesn't have name ( #24805 )
2025-03-27 19:12:02 +01:00
Bram Kragten
1770a51303
Bumped version to 20250327.0
20250327.0
2025-03-27 16:46:17 +01:00
Paul Bottein
534df3d378
Add loading state to area strategy ( #24803 )
2025-03-27 16:44:15 +01:00
Paul Bottein
23229b3e3b
Set the max number of columns to 3 for area dashboard ( #24802 )
...
* Set the max number of columns to 4 for area dashboard
* Set it to 3
2025-03-27 16:44:14 +01:00
karwosts
94ee99160b
Energy device settings fixes ( #24801 )
2025-03-27 16:44:13 +01:00
Paul Bottein
b009d71e8f
Fix take control of the dashboard ( #24800 )
2025-03-27 16:44:12 +01:00
Bram Kragten
2ab8209622
Align behavior of template selector with text selector ( #24796 )
2025-03-27 16:44:11 +01:00
Paul Bottein
ed2940edc3
Revert "Restore scroll position when using back navigation in dashboard" ( #24795 )
...
Revert "Restore scroll position when using back navigation in dashboard (#24777 )"
This reverts commit 9cfcd21a93dd50d61fb64039ce7bec973c721806.
2025-03-27 16:44:11 +01:00
Paul Bottein
e2b9a06242
Fix more info for disabled entities ( #24789 )
2025-03-27 16:44:10 +01:00
Paul Bottein
a7acee0438
Remove fixed height in ha tile info ( #24787 )
...
Remove unused height in ha tile info
2025-03-27 16:44:09 +01:00
Bram Kragten
1208af510c
Fix typo in Arithmetic ( #24786 )
...
Fix type in Arithmetic
2025-03-27 16:44:08 +01:00
Bram Kragten
615b228827
Merge branch 'rc' into dev
20250326.0
2025-03-26 15:46:47 +01:00
Bram Kragten
1819c04c27
Bumped version to 20250326.0
2025-03-26 15:46:00 +01:00
Darren Griffin
05e303d771
Add simple clock card ( #24599 )
...
* Initial clock card
* Tidy clock card and change stub config
* Change fallback to 'nothing'
* Update src/panels/lovelace/cards/types.ts
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* Update src/panels/lovelace/cards/hui-clock-card.ts
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* Update src/panels/lovelace/cards/hui-clock-card.ts
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* Added cardSize and gridOptions. Fixed invalid time type
* Improve font sizes
* Fix default case handling
* Move interval outside class
* WIP improvements
* Various improvements
* Improve date instantiation and display
* Reintroduce localized time format
* Swap to uusing key for time_format translation
* Add fallback for initial load
* Final fixes
* Update clock card description
* Update src/panels/lovelace/cards/types.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* Tidy up
* Present css better
* Change default sizing to small
* Set default data
* Change to grid, rework typography alignment
* Update hui-clock-card.ts
* Update hui-clock-card.ts
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2025-03-26 14:45:36 +00:00
Paul Bottein
53bb8251fa
Separate entity, device and area name in more info dialog header ( #21951 )
...
* Separate entity, device and area name in more info dialog header
* Use has_entity_name
* Separate entity, device and area name in entity picker
* Fix entity name with has entity name
* Fix compute entity name
* Add full name
* Add floor
* Improve code quality
* Use compute entity name in device entities card
* Use context functions
* Remove floor
* Use state name provided by backend
* Use breadcrumb for more info
* Revert entity picker changes
* Use new logic in device page
* Use breadcrumb
* Use join directive
* Add comments
* Use secondary text color
* Update compute_entity_name.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* Remove html join
* Improve computeDeviceNameDisplay
* Fallback to original name
* Simplify more info logic
* Include breadcrumb for child view (voice assistant)
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2025-03-26 13:58:34 +00:00
Bram Kragten
f6467a35db
Update voice wizard ( #24750 )
...
* Update pipeline step, add option for speech-to-phrase addon
* adjust to core changes
* Update conversation.ts
* Update voice-assistant-setup-step-pipeline.ts
* Update voice-assistant-setup-dialog.ts
* review
2025-03-26 14:05:51 +01:00
renovate[bot]
7cc6397324
Update dependency @types/leaflet to v1.9.17 ( #24784 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-26 12:45:52 +00:00
renovate[bot]
f6e3e312bb
Update dependency @rsdoctor/rspack-plugin to v1 ( #24724 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-26 13:40:18 +01:00
Bram Kragten
be1e1ff9fc
Statistics: Add support for mean type ( #24758 )
...
* Statistics: Add support for mean type
* update
* update enum
* Update en.json
2025-03-26 14:35:38 +02:00
ildar170975
2717e1e6cb
Remove "filterable" from "created_at", "modified_at", "battery_entity" from data tables ( #24766 )
...
* remove "filterable" from "created_at" & "modified_at"
* remove "filterable" from "created_at", "modified_at", "battery"
* remove "filterable" from "created_at" & "modified_at"
2025-03-26 11:32:14 +01:00
ildar170975
2e9f72867f
Add hidden "entity_id" column to "Settings -> Automations" ( #24769 )
...
* add hidden "entity_id" column
* Apply suggestions from code review
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2025-03-26 10:30:08 +00:00
Jonathan Hanson
ff6b318fc9
style changes to the zigbee graph, without touching the physics ( #24697 )
2025-03-26 11:08:44 +01:00
Bram Kragten
386b8ba747
Move compatibility to static polyfill handling ( #24775 )
...
* Move compatibility to static polyfill handling
* Move compatibility to static polyfill handling
* Prettier
2025-03-26 11:38:53 +02:00
Bram Kragten
e27b97abc0
Update ha-config-helpers.ts
2025-03-26 10:20:55 +01:00
karwosts
772a2658cb
Allow passing data as template in devtools/action ( #24737 )
2025-03-26 10:13:06 +01:00
Paul Bottein
1a076061da
Add optional interaction for cards (hold, double tap) in the UI ( #24754 )
2025-03-26 09:42:10 +01:00
Bram Kragten
1cb71ed379
Dont show quality scale for custom integrations ( #24783 )
2025-03-26 07:46:43 +00:00
Simon Lamon
fb11c21518
Fix device config tooltips ( #24780 )
...
* Device config tooltips
* Update src/panels/config/devices/ha-config-device-page.ts
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
---------
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
2025-03-26 09:32:14 +02:00
Paul Bottein
9cfcd21a93
Restore scroll position when using back navigation in dashboard ( #24777 )
...
Restore scroll position when using backup navigation in dashboard
2025-03-26 09:21:04 +02:00
renovate[bot]
e3f5e921d6
Update formatjs monorepo ( #24781 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-26 08:36:33 +02:00
dependabot[bot]
df4e81be75
Bump vite from 6.2.2 to 6.2.3 ( #24776 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.2.2 to 6.2.3.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.3/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.2.3/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-25 17:38:58 +02:00
ildar170975
1519e1b90c
ha-dialog-import-blueprint: add "enlarge" ( #24734 )
...
* add enlarge
* removed unused "createCloseHeading"
* restore deleted "import" line
* import ha-dialog-header
2025-03-25 16:51:54 +02:00
Wendelin
4c8b7a30f4
fix cloud login mfa inProgress ( #24773 )
2025-03-25 14:56:30 +01:00
ildar170975
1e513281f4
dev-tools-template: allow "select" for whole right panel (except header) ( #24713 )
...
developer-tools-template: allow "select" for whole right panel (except header)
2025-03-25 15:32:30 +02:00
renovate[bot]
3c28764264
Update dependency eslint to v9.23.0 ( #24764 )
...
* Update dependency eslint to v9.23.0
* lint fix
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
2025-03-25 13:19:53 +00:00
renovate[bot]
82be98dad6
Update dependency @bundle-stats/plugin-webpack-filter to v4.19.1 ( #24763 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-25 14:58:53 +02:00