renovate[bot]
e34fd8161c
Update dependency sinon to v19.0.5 ( #24809 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-27 19:43:38 +01:00
Paul Bottein
084cda8218
Fix dashboard strategy ( #24808 )
2025-03-27 18:09:46 +00:00
Paul Bottein
f06a0fa34c
Fallback to state name when the entry doesn't have name ( #24805 )
2025-03-27 18:51:08 +01:00
Paul Bottein
750c59399b
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:39:47 +01:00
Paul Bottein
a6a17cd70c
Add loading state to area strategy ( #24803 )
2025-03-27 15:37:32 +00:00
karwosts
de1c6a5178
Energy device settings fixes ( #24801 )
2025-03-27 16:30:17 +01:00
Bram Kragten
04c3cd7d68
Align behavior of template selector with text selector ( #24796 )
2025-03-27 13:53:35 +01:00
Paul Bottein
17ef74d680
Fix take control of the dashboard ( #24800 )
2025-03-27 13:33:52 +01:00
Paul Bottein
098c6a2567
Remove fixed height in ha tile info ( #24787 )
...
Remove unused height in ha tile info
2025-03-27 11:10:45 +01:00
Paul Bottein
899288ae43
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 11:10:23 +01:00
Paul Bottein
a9823f30e3
Fix more info for disabled entities ( #24789 )
2025-03-27 08:49:25 +02:00
Bram Kragten
97966805fa
Fix typo in Arithmetic ( #24786 )
...
Fix type in Arithmetic
2025-03-26 16:13:11 +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
ildar170975
3320cf1880
Add "label_mode = attribute" for Map card ( #24708 )
...
* add "label_mode = attribute"
* add "label_mode = atribute"
* added "label_mode = attribute"
* add "attribute" property
* add "attribute" property to GeoLocationSourceConfig
* add "attribute" property
* add "attribute" in _getSourceEntities
* check for entity.attribute !== undefined
* prettier
2025-03-25 14:57:53 +02:00
ildar170975
f7cb83482a
computeAttributeValueDisplay: process "undefined" like "null" ( #24712 )
...
treat "undefined" as "null"
2025-03-25 14:54:22 +02:00
ildar170975
a9ddaf1bd7
Dev tools -> yaml: use "pre" instead of "span" for "validate-log" ( #24722 )
...
* use "pre" instead of "span" for "validate-log"
* prettier
* prettier
* remove "Important" for margin
* remove line-breakes
* prettier
* prettier
* prettier-ignore
* prettier
* prettier
2025-03-25 12:18:19 +00:00
Bram Kragten
eb7923fa49
Fix selector filtering for entity not in state machine ( #24772 )
2025-03-25 10:26:34 +01:00
Paul Bottein
2ae70e9b54
Improve strategy editor ( #24757 )
...
* Add cancel and delete button
* Implement delete
* Reset gui mode when closing
2025-03-24 18:57:10 +01:00
Bram Kragten
3857c53b7f
Use ha-md-button-menu in tabs subpage data table ( #24738 )
2025-03-24 18:56:58 +01:00
Bram Kragten
620fb6375e
Save login after onboarding ( #24759 )
2025-03-24 17:58:07 +01:00
Bram Kragten
e18f853f7e
Fix state display mixin ( #24760 )
2025-03-24 17:57:52 +01:00
Bram Kragten
bbe549fa86
Process expandable initial data also for none required expandables ( #24733 )
...
* Process expandable initial data also for none required expandables
* Update compute-initial-ha-form-data.ts
* check required fields of sections too when submitting
2025-03-24 17:31:06 +02:00
ildar170975
586a137037
Device page: use different prompts for "device = enabled" & "device = disabled" cases ( #24739 )
...
* prompts for enabled & disabled devices
* add different prompts for "device = enabled" & "device = disabled"
* prettier
* prettier
* prettier
* prettier
* prettier
* prettier
2025-03-24 17:25:28 +02:00
ildar170975
60010c82bd
ha-config-devices-dashboard: add "disabled" column ( #24730 )
...
add "disabled" column
2025-03-24 15:36:44 +01:00
ildar170975
d77f962087
dialog-media-player-browse: fix height ( #24731 )
2025-03-24 15:21:49 +01:00
karwosts
4c952c191a
Fix hui-energy-compare-card ( #24711 )
...
* Fix hui-energy-compare-card
* rename var
2025-03-24 15:14:18 +01:00