Petar Petrov
a30e0d33f9
Handle exceptions when subscribing from the event dev tool ( #22191 )
...
* Handle exceptions when subscribing from the event dev tool
* use ha-alert for the error msg
* import ha-alert element
* use undefined instead of null to align with the rest of the code base
2024-10-02 16:34:28 +02:00
Bram Kragten
0c1b8abe03
Fix hassio entrypoint ( #22194 )
2024-10-02 14:20:53 +00:00
Paul Bottein
ce9c5149d5
Use heading card in demo dashboard ( #22193 )
2024-10-02 14:13:26 +00:00
Bram Kragten
adbcdc62eb
Alert user when auto update is enabled instead of hiding the button ( #22187 )
2024-10-02 15:41:15 +02:00
Paul Bottein
faf872bfb8
Simplify create automation from device dialog ( #22190 )
...
* Simplify automation dialog
* Fix translations
* Auto expand trigger action and condition
* Improve wording
* Expand all
* Remove unused translations
2024-10-02 13:13:21 +00:00
Stefan Agner
fe0fb2382a
Allow to transfer all Thread datasets with TLV ( #22183 )
...
* Allow to transfer all Thread datasets with TLV
This commit allows to transfer all Thread datasets with TLV. Since
PR #22022 the preferred dataset is transmitted when using Matter
external commissioning. This commit makes the Thread configuration
dialog to have feature parity.
* Drop preferred border agent id as additional metric for default router
We always have the extended address, so use this as primary and only
metric which router is the default. The preferred border agent id gets
updated best effort.
Also use isDefaultRouter consistently in the code.
2024-10-02 15:06:06 +02:00
Bram Kragten
e84c3a85db
20241002.1 ( #22189 )
20241002.1
2024-10-02 13:38:57 +02:00
Bram Kragten
cdd29295e5
Bumped version to 20241002.1
2024-10-02 13:37:47 +02:00
karwosts
f7532f3476
Devtools statistics - new style, multi-select, & multi-delete ( #21813 )
...
* feat: auto-fix statistics
* statistics multi-select and multi-fix
* unused css
* Change multi action to clear, fixes
* Update developer-tools-statistics.ts
* update translations
* Add select all issues option
* Update en.json
* Update developer-tools-statistics.ts
---------
Co-authored-by: Muka Schultze <samuelschultze@gmail.com>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2024-10-02 13:21:04 +02:00
Bram Kragten
fdf9fab709
20241002.0 ( #22185 )
20241002.0
2024-10-02 10:01:51 +02:00
Bram Kragten
c8930cec87
Bumped version to 20241002.0
2024-10-02 09:50:01 +02:00
Bram Kragten
f9c336890d
Await removal of statistics when fixing ( #22167 )
...
* Await removal of statistics when fixing
* refactor
* translations
2024-10-02 09:24:46 +02:00
Bram Kragten
c721de109f
Put rename entities in expandable when renaming device ( #22182 )
...
* Put rename entities in expandable when renaming device
* Update ha-config-device-page.ts
* Update src/panels/config/devices/ha-config-device-page.ts
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
2024-10-02 07:19:05 +00:00
renovate[bot]
1c95e8d6ec
Update vaadinWebComponents monorepo to v24.4.10 ( #22180 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-01 16:34:51 +00:00
Bram Kragten
57cf2c1341
Update update entity in voice flow ( #22178 )
2024-10-01 18:34:18 +02:00
renovate[bot]
f7d5c5f850
Update dependency @codemirror/view to v6.34.1 ( #22179 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-01 16:33:42 +00:00
renovate[bot]
470f5127f4
Update dependency @types/color-name to v2 ( #22157 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-01 18:22:13 +02:00
Paul Bottein
34e361601a
Fix display elements field in heading badge editor ( #22177 )
...
* Fix display elements field in heading badge editor
* Update src/panels/lovelace/editor/heading-badge-editor/hui-entity-heading-badge-editor.ts
2024-10-01 16:58:00 +02:00
Paul Bottein
70d6cce8f8
Add support for custom color display in color picker ( #22174 )
...
Add support for custom color in color picker
2024-10-01 15:43:31 +02:00
Paul Bottein
f9814f35d1
Don't handle UI editor event when using yaml editor ( #22176 )
2024-10-01 15:11:54 +02:00
Paul Bottein
f30603753e
Use radio buttons for heading style ( #22173 )
2024-10-01 14:26:51 +02:00
karwosts
ce9993fd36
Use finishes_at in timer remaining calculation ( #22169 )
...
* Use finishes_at in timer remaining calculation
* lint
* fix test
2024-10-01 14:05:01 +02:00
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