Wendelin
f4d9d55ecd
Fix old safari but for relative time ( #22457 )
2024-10-23 15:21:17 +02:00
Paul Bottein
995955491f
Place icon next to the text in control button ( #22451 )
2024-10-23 15:21:16 +02:00
Wendelin
2ab9aed5b4
Fix integration configure on failed setup ( #22407 )
...
* Fix integration configure button when setup failed
* Use ha-button instead of mwc-button in ha-config-integration-page
2024-10-23 15:21:15 +02:00
Bram Kragten
1693f5b5c9
Forward change event in password field ( #22377 )
2024-10-23 15:21:15 +02:00
karwosts
f096e1698c
Update devtools/statistics for renamed issue type ( #22371 )
2024-10-23 15:21:14 +02:00
Wendelin
2f46caa806
Fix tooltip firefox bug in persistent-notification-item ( #22363 )
2024-10-23 15:21:13 +02:00
Paul Bottein
5c9b53ffb7
Use default font for heading card ( #22322 )
2024-10-23 15:21:12 +02:00
Bram Kragten
f6e00e7262
Fix entity id setting on newly created scripts, handle update of enti… ( #22272 )
...
Fix entity id setting on newly created scripts, handle update of entity id
2024-10-23 15:21:11 +02:00
Adam Kapos
a21e17fb23
Disable backdrop filter on Heading Card ( #22204 )
2024-10-10 17:07:51 +02:00
Paul Bottein
5de888c91a
Update heading entity schema to allow empty entity id ( #22211 )
2024-10-10 17:07:34 +02:00
Paul Bottein
2dd4090db3
Fix potential undefined select element in color picker ( #22212 )
2024-10-10 17:07:16 +02:00
Bram Kragten
35aafd45dc
Fix and update step flow create ( #22223 )
...
* Fix and update step flow create
* cleanup
2024-10-10 17:06:55 +02:00
Simon Lamon
c778b881ab
Fixup service/action when entity is picked in activate scene ( #22259 )
...
Fixup service/action when entity is picked
2024-10-10 17:06:38 +02:00
Paul Bottein
04acecc832
Add minimal size for badges and cards in edit mode ( #22271 )
2024-10-10 17:06:15 +02:00
Wendelin
a10a9916be
Fix unused entities view ( #22274 )
...
Fix compute-unused-entities when using sections
2024-10-10 17:05:52 +02:00
David F. Mulcahey
3604ffa64a
Fix ZHA group dashboard display on mobile ( #22279 )
2024-10-10 17:04:29 +02:00
TJ Horner
a0724749d3
Fix erroneous addition of service: key in ha-automation-action-play_media element ( #22294 )
...
fix: no longer erroneously set 'service' in ha-automation-action-play_media
2024-10-10 17:04:13 +02:00
Bram Kragten
45a75c3a7c
Update statistics issues from dev tools ( #22286 )
...
update statistics issues from dev tools
2024-10-10 17:03:52 +02:00
Stefan Agner
f0dcfa4aa3
Fix command selection for OTBRs without dataset ( #22318 )
...
Typically, the Home Assistant OTBR integration makes sure that we
either setup or read the current dataset. However, in some cases,
e.g. when reinstalling the add-on, deleting the dataset, and starting
the add-on while keeping the OTBR config entry, the dataset is not
available and a new one is not being created (since the config entry
is not recreated).
Just support this particular case as well.
Fixes : #22306
2024-10-10 17:03:31 +02:00
Wendelin
1c4b66cb1e
Fix ha-selector-action drag and drop ( #22273 )
...
* Fix ha-selector-action with removing memoize-one
* Fix array-move to update parent reference.
* Fix array-move if item is no array
2024-10-10 17:03:15 +02:00
Bram Kragten
487795b7c4
handle unknown state for update voice assitant ( #22196 )
...
* handle unknown state for update voice assitant
* Update voice-assistant-setup-step-update.ts
2024-10-02 16:42:27 +02:00
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
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
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
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
Bram Kragten
57cf2c1341
Update update entity in voice flow ( #22178 )
2024-10-01 18:34:18 +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
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
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
Paul Bottein
ead54e445f
Reuse flatten logic for trigger ids condition ( #22136 )
2024-09-27 17:18:06 +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