Bram Kragten
268eb4317c
20240930.0 ( #22166 )
20240930.0
2024-09-30 17:38:30 +02:00
Bram Kragten
4c2044e70a
Bumped version to 20240930.0
2024-09-30 17:11:52 +02:00
Darren Griffin
7f96c1fbe1
Add OHF logo to README ( #22165 )
2024-09-30 17:10:45 +02:00
Paul Bottein
75e24780c1
Use dash for unknown and unavailable state in heading entity ( #22163 )
...
* Use dash for unknown and unavailable state in heading entity
* Update src/state-display/state-display.ts
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
---------
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
2024-09-30 15:52:20 +02:00
Bram Kragten
95580bc4c0
Fix min width of checkbox column in data table ( #22162 )
...
fix min width of checkbox column in data table
2024-09-30 09:09:08 +00:00
Paul Bottein
175f68e0cf
Allow to add name in heading entity badge state content ( #22161 )
2024-09-30 09:07:25 +00:00
Bart Mesuere
b6efedfc8d
Improve the accessibility of the default colors used for graphs ( #21839 )
...
* Update the first 10 colors to match the Observable10 scheme
* Add darker and lighter variants
2024-09-30 10:59:13 +02:00
Wendelin
23c21a35d8
Fix script rename name placeholder ( #22160 )
2024-09-30 07:43:59 +00:00
Simon Lamon
9c7324298b
Remove floor context ( #22143 )
...
* Remove floor context
* Fixup gallery
2024-09-30 09:33:08 +02:00
Matthias Alphart
e92be566a0
Handle falsy value in ha-yaml-editor (object selector) ( #22142 )
...
* Handle falsy value in ha-yaml-editor (object selector)
* handle explicit `null`
2024-09-30 09:28:17 +02:00
dependabot[bot]
4e96ad5f28
Bump actions/checkout from 4.1.7 to 4.2.0 ( #22159 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 09:07:50 +02:00
renovate[bot]
f64a1500af
Update dependency webpack to v5.95.0 ( #22150 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-28 21:23:29 +02:00
renovate[bot]
c9e8619c04
Update dependency @codemirror/view to v6.34.0 ( #22144 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-28 21:23:21 +02:00
Bram Kragten
7ab1133b45
Implement missing function for password field
2024-09-27 23:42:44 +02:00
Bram Kragten
77abfd3e61
voice setup tweaks
2024-09-27 23:42:09 +02:00
Bram Kragten
d7aaa41aa4
Add missing voice assistant select action logic ( #22139 )
2024-09-27 14:40:55 -04:00
Aindriú Mac Giolla Eoin
8223f6b155
Update translationMetadata.json - Added Irish language code ( #21898 )
...
Added language code for Irish, native name Gaeilge
2024-09-27 18:12:44 +02:00
renovate[bot]
435eae77fa
Update dependency rollup to v2.79.2 [SECURITY] ( #22071 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-27 15:29:29 +00:00
Bram Kragten
394d8ddd6c
20240927.0 ( #22138 )
20240927.0
2024-09-27 17:28:42 +02:00
Paul Bottein
ead54e445f
Reuse flatten logic for trigger ids condition ( #22136 )
2024-09-27 17:18:06 +02:00
Bram Kragten
7ee5db2be5
Bumped version to 20240927.0
2024-09-27 17:15:57 +02:00
Bram Kragten
fef6f0ac94
migrate nested triggers too ( #22135 )
2024-09-27 15:13:05 +00:00
Bram Kragten
7a60763786
Voice setup feedback ( #22134 )
...
* Voice setup feedback
* Update voice-assistant-setup-step-check.ts
2024-09-27 16:56:38 +02:00
Paul Bottein
94e321a364
Add UI support for trigger list ( #22133 )
...
* Add UI support for trigger list
* Update gallery
* Fix gallery
2024-09-27 16:56:22 +02:00
Bram Kragten
1c12c2b714
Fix codemirror fold for empty lines ( #22130 )
2024-09-27 14:18:48 +02:00
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