Paul Bottein
442a8f11a7
Improve heading card style and add theme variables ( #22129 )
...
improve heading card style and add theme variables
2024-09-27 13:45:18 +02:00
Bram Kragten
4e8b58cd6c
Add password field element ( #22121 )
...
* Add password field element
* Update ha-password-field.ts
2024-09-27 12:34:28 +02:00
Paul Bottein
a92dab46c2
Allow different types of heading badges ( #22109 )
...
* Allow different type of heading item
* Update editor
* Migrate entities to items
* Rename support for string entity
* Refactor
* Rename to badges and add error state
* Update font weight
* Feedback
* Feedback
2024-09-27 12:33:15 +02:00
Joakim Sørensen
468660d235
Adjust username handling in the cloud panel register and login flows ( #22118 )
...
* Use lowercase when registering
* Fallback to lowercase username if usernotfound is recieved
* Adjust resend
* handle reset password
* limit with else
* return early
2024-09-27 12:31:48 +02:00
Wendelin
c721afa137
Fix matter device actions ( #22117 )
...
* Fix matter device actions when matter integration loads forever
* Fix matter device-actions types path
* Move getMatterDeviceActions inside getDeviceActions in device page
2024-09-27 09:37:07 +00:00
Paul Bottein
ac9654c1de
Add heading card when creating a new view ( #22123 )
2024-09-27 09:19:19 +00:00
Wendelin
570ad38bac
Fix automation trigger condition and triggers description ( #22122 )
...
* Fix config.triggers in automation-contition-trigger
* Fix config.triggers for automation triggers description
2024-09-27 09:10:33 +00:00
Erik Montnemery
e778a9aa1d
Improve statistics issues ( #22110 )
2024-09-27 11:05:30 +02:00
selvalt7
49576189af
Use localizeValue in ha-form-expandable and ha-form-grid ( #22114 )
...
Pass localizeValue to ha-form-expandable and ha-form-grid
2024-09-27 10:00:36 +02:00
Bram Kragten
d4a5115a65
20240926.0 ( #22107 )
20240926.0
2024-09-26 18:30:57 +02:00
Bram Kragten
5d71d4c0a1
Bumped version to 20240926.0
2024-09-26 18:26:20 +02:00
Bram Kragten
d334b1ca7b
Update voice-assistant-setup-step-update.ts
2024-09-26 18:25:30 +02:00
Wendelin
5551e98388
Add no IP found message to ping a matter device ( #22103 )
2024-09-26 18:22:28 +02:00
Bram Kragten
59945cb2f8
Add statistic id to statistic issue fix messages ( #22104 )
...
* Add statistic id to fix messages
* revert state class check, as it will be solved in another way
2024-09-26 18:07:54 +02:00
Erik Montnemery
500bc959f0
Improve translation strings for statistic issues ( #22100 )
2024-09-26 16:46:35 +02:00
Bram Kragten
deece20206
Include extended_pan_id when commissioning matter ( #22099 )
2024-09-26 16:46:15 +02:00
Bram Kragten
fc8945be60
Flatten fields in sections in developer tools actions ( #22096 )
...
* flatten fields in sections in developer tools actions
* Update src/panels/developer-tools/action/developer-tools-action.ts
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
2024-09-26 12:31:53 +00:00
Bram Kragten
3fbd5f07a9
Fix dialog box callback order ( #22097 )
...
* Fix dialog box callback order
* Update dialog-box.ts
2024-09-26 14:17:28 +02:00
Wendelin
ff9af2f980
Fix delete appearance chip ( #22098 )
...
* Add filter option to ha-sortable
* Filter chips remove buttons from dragging in ha-entity-state-content-picker
2024-09-26 14:11:34 +02:00
Paul Bottein
62cba99491
Don't use ha-card in card-condition-editor ( #22085 )
2024-09-26 12:15:58 +02:00
Wendelin
5a5005c09c
Fix matter commissioning wording and add prevent misuse alert ( #22083 )
...
* Fix matter commissioning wording and add prevent misuse alert
* Update src/translations/en.json
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* Add small misuese prevent note for matter-commissioning dialog
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2024-09-26 12:15:03 +02:00
Wendelin
dd179e1f4e
Add seperator to dialog-repairs-issue-subtitle ( #22095 )
2024-09-26 12:12:10 +02:00
Paul Bottein
27bdf80168
Fix automation drag and drop ( #22093 )
2024-09-26 07:59:48 +00:00
renovate[bot]
f70ce7491a
Update dependency @rollup/plugin-node-resolve to v15.2.4 ( #22092 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-26 09:48:41 +02:00
Jan Rieger
9f17f6a8cf
Fix typo ( #22086 )
2024-09-25 18:02:34 +00:00
Bram Kragten
8890c7da17
20240925.0 ( #22082 )
20240925.0
2024-09-25 17:05:55 +02:00
Paul Bottein
4e51c7cf96
Use callback instead of changing nested config with sub editor ( #22081 )
...
Use callback instead of changing nested config
2024-09-25 16:47:38 +02:00
Bram Kragten
291c026da0
Bumped version to 20240925.0
2024-09-25 16:47:19 +02:00
Bram Kragten
dd88d8633f
Optimize helpers filtering ( #22080 )
2024-09-25 16:41:12 +02:00
Wendelin
254ee8568b
Add integration name information to repairs ( #22006 )
...
* Add integration name to repairs
* Improve dialog-repairs-issue aria and translations
* Fix type in dialog-repairs-issue
* Remove unused slots in dialog-repairs-issue
* Fix ha-config-repairs avoid nested css
* Fix ha-config-repairs to use ha-md-list
* Add subtitle slot to ha-dialog-header
* Move close icon to left in dialog-data-entry-flow
* Move severity and reportedBy to dialog subtitle in repair-dialog
* Add md buttons to dialog-repairs-issue
* Revert dialog-repairs-issue to use normal ha-buttons
* Revert dialog-entry-flow close icon position
* Improve buttons for dialog-repairs-issue
* Add subtitle to all show-dialog-repair-flow headers
* Fix integration names for repair dialogs
* Fix subtitle title repair dialogs
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2024-09-25 16:12:45 +02:00
Paul Bottein
cd631e8693
Move sub element editor inside hui-element-editor. ( #22079 )
...
* Move sub element editor into hui-element-editor
* Migrate feature editor
* Migrate feature editor
* Simplify context
2024-09-25 16:05:41 +02:00
Bram Kragten
765812331b
Allow to fix statistic issue from repairs ( #22055 )
...
* Allow to fix statistic issue from repairs
* clean up, add names
* Update src/translations/en.json
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* address review
* Update src/translations/en.json
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
---------
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
2024-09-25 15:55:49 +02:00
Paul Bottein
7462f8fbe3
Fix entity row editor ( #22078 )
2024-09-25 15:42:29 +02:00
Bram Kragten
dc940f248c
Migrate trigger platform key to trigger ( #22054 )
...
* Migrate trigger platform key to trigger
* fix gallery configs
* Update ha-automation-editor.ts
* migrate device automation triggers
2024-09-25 14:20:27 +02:00
Miguel Palhas
2793ca65cd
Adds highlight on current indentation mark to code editor ( #21972 )
...
* Adds highlight on current indentation mark to code editor
* code review
2024-09-25 11:35:47 +00:00
Miguel Palhas
e687ddab21
Indent-based folds for YAML editor ( #21966 )
...
* Indent-based folds for YAML editor
* adding compartment
* code review
2024-09-25 13:15:02 +02:00
karwosts
4bd27e5055
Add detail to the device+entity_id rename dialog ( #21952 )
2024-09-25 13:08:39 +02:00
Paul Bottein
c6e2e07286
Use YAML editor in card/badge editor ( #22075 )
2024-09-25 10:59:39 +02:00
Paul Bottein
e77508b8a8
Create ha-divider and use it inside color picker ( #22074 )
...
* Create ha-divider and use it inside color picker
* rename divider
2024-09-25 08:59:00 +00:00
Bram Kragten
a5db44a167
Fix initial automation config ( #22073 )
2024-09-25 08:24:06 +00:00
Bram Kragten
265bbfc95d
Triggers doesn't have to be an array, fix flattenTriggers ( #22072 )
...
Triggers doesnt have to be an array, fix flattenTriggers
2024-09-25 08:17:37 +00:00
Bram Kragten
305cecb213
Add MVP voice assist flow ( #22061 )
...
* Add MVP voice assist flow
* filter on supported features
* check for unavailable
* Update step-flow-create-entry.ts
2024-09-24 20:38:00 +02:00
Paul Bottein
813feff12e
Add color option to heading entities ( #22068 )
...
* Add uncolored option
* Allow to color icon based on state or custom color
* Use text color for inactive color
* Rename uncolored to none
* Add helper
* Update wording
2024-09-24 20:14:03 +02:00
Bram Kragten
cbce6f633f
Migrate base automation config to plurals ( #22053 )
...
* Migrate base automation config to plurals
* revert
* Update hat-script-graph.ts
* Make traces work with both new and old config
* Adjust validateConfig
2024-09-24 20:03:53 +02:00
Bram Kragten
1bbf45d35e
Remove min width from alert dialog ( #22069 )
2024-09-24 16:16:07 +00:00
Paul Bottein
76e53e9738
Add more config option to heading entity element ( #22063 )
...
Add show state and show icon to heading entity
2024-09-24 18:15:36 +02:00
Paul Bottein
c30e4a6935
Add visibility option to heading entities ( #22064 )
...
* Add visibility option to heading entity
* Fix types
2024-09-24 17:12:04 +02:00
Paul Bottein
c4a700a55c
Improve element editor and migrate heading-entity editor ( #22034 )
...
* Extract load config element
* Improve error by using ha-alert
* Create hui-hase-editor
* Migrate heading entity form to its own editor
* Rename editor
* Rename
* Rename
* Move heading entity to its own component
* Fix default action for heading entity
2024-09-24 11:17:29 +02:00
Raj Laud
a759767d79
Update media-player.ts to display artist name as backup secondary title ( #22039 )
...
* Update media-player.ts to display artist name for playlist if playlist name unavailable
* Run prettier
2024-09-23 16:08:18 +00:00
renovate[bot]
7f868c8140
Update dependency eslint to v8.57.1 ( #22033 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-23 16:04:59 +00:00