karwosts
5b7c20af33
fix broken perform-action translation in gauge card editor ( #21589 )
2024-08-05 15:15:39 +00:00
Paul Bottein
4719775926
Allow name in state content for badges ( #21576 )
2024-08-05 17:14:10 +02:00
Bram Kragten
5c30c1647c
Show name for badges without config ( #21588 )
...
* Show name for badges without config
* also for state label type
2024-08-05 15:12:28 +00:00
karwosts
3ba572ee37
Fix pointer cursor issues ( #21587 )
...
* Fix pointer cursor issues
* one more
2024-08-05 17:07:03 +02:00
karwosts
0adee7d189
Use getStubConfig for picture-elements (and more fixes) ( #21579 )
2024-08-05 17:05:31 +02:00
karwosts
0f21dfadf1
Dont load unnecessary translations for helper dialog ( #21573 )
2024-08-05 16:33:36 +02:00
Robert Resch
54e8a34f21
Change yaml integration icon ( #21586 )
2024-08-05 16:32:04 +02:00
Steve Repsher
dfbf4abd5d
Link old service worker to new name ( #21581 )
2024-08-05 15:52:46 +02:00
Bram Kragten
33931b29a1
Try to force refresh if old service worker is used ( #21561 )
...
* Try to force refresh if old service worker is used
* Update register-service-worker.ts
2024-08-02 15:32:21 +02:00
Bram Kragten
a9310fdde0
fix hui-action-editor ( #21560 )
2024-08-02 14:27:05 +02:00
Bram Kragten
d634317438
Fix tabs not shown in edit card dialog ( #21559 )
2024-08-02 13:46:25 +02:00
Bram Kragten
a41978f647
Await starting audio recorder ( #21557 )
2024-08-02 12:57:57 +02:00
Bram Kragten
7e799bf639
migrate script sequence to new format ( #21556 )
2024-08-02 12:47:41 +02:00
Paulus Schoutsen
73617711ff
Show in Assist dialog if assistant is unable to control Home Assistant ( #21549 )
...
* Show in Assist dialog if assistant is unable to control Home Assistant
* Update src/translations/en.json
2024-08-02 12:31:06 +02:00
karwosts
edbfc22bf8
Add a warning for improper usage of the template selector ( #21545 )
...
* Add a warning when adding template yaml in the template selector
* refinement
2024-08-02 12:30:09 +02:00
karwosts
5e75f6a6c2
Add a destructive confirmation when deleting a picture-elements element ( #21541 )
2024-08-02 12:28:37 +02:00
karwosts
6dc80306e8
Add help links to helper integration config flow forms ( #21537 )
2024-08-02 12:27:48 +02:00
Simon Lamon
acd1b04b0a
Fix width of numeric features in tile card ( #21543 )
2024-08-01 23:57:02 +02:00
Bram Kragten
9e3284a7db
Add ping to mock hass ( #21526 )
...
add ping to mock hass
2024-08-01 08:54:43 +00:00
Bram Kragten
0c3471e0b7
Skip database migration check on demo ( #21525 )
2024-08-01 08:54:14 +00:00
karwosts
1ca0b58aca
Picture elements editor minor adjustments ( #21512 )
...
* Picture elements editor minor adjustments
* image selector for image element
* revert change to expanded
2024-08-01 10:43:08 +02:00
Bram Kragten
574fc99889
Rename service button to action button ( #21511 )
2024-07-31 16:19:32 +02:00
Paulus Schoutsen
a458ccf995
Update OHF logo on loading screen ( #21509 )
...
* Update OHF logo on loading screen
* tweak
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2024-07-31 13:24:30 +00:00
Bram Kragten
560e2c9438
Migrate service call element to use action key ( #21506 )
...
Migrate service call element
2024-07-31 14:54:01 +02:00
Bram Kragten
78becb5440
Allow and migrate action key in service action ( #21503 )
2024-07-31 14:36:14 +02:00
Bram Kragten
da2e530601
Migrate state label badge to entity badge ( #21507 )
2024-07-31 14:34:51 +02:00
Bram Kragten
a88a7c5236
Change yaml config of UI service call actions ( #21508 )
2024-07-31 14:34:43 +02:00
karwosts
0a095c6f21
Add enable_millisecond to duration selector ( #21498 )
...
Add enable_milliseconds to duration selector
2024-07-31 12:34:57 +02:00
Bram Kragten
e8dd835eeb
rename actions in UI editors to interactions ( #21505 )
2024-07-31 11:39:32 +02:00
karwosts
e05c66444a
Picture Elements Visual editor ( #19718 )
...
* preliminary edits
* more functional prototype
* all types implemented
* mostly style and localization updates
* fix empty conditional case
* Move getConfigElement to elements themselves
* drop unneeded imports
* move struct validation to individual element editors
* description for unknown types
* Update src/panels/lovelace/editor/config-elements/elements/hui-service-button-element-editor.ts
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
* Update src/panels/lovelace/editor/config-elements/elements/hui-state-icon-element-editor.ts
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
* Update src/panels/lovelace/editor/config-elements/elements/hui-service-button-element-editor.ts
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
* Update src/panels/lovelace/editor/config-elements/elements/hui-state-badge-element-editor.ts
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
* Update hui-picture-elements-card-row-editor.ts
* Fix merge mistake
* Update src/panels/lovelace/create-element/create-picture-element.ts
remove comment
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
---------
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2024-07-31 11:16:57 +02:00
Paulus Schoutsen
d0e61ca31a
Show OHF logo on loading and about screen ( #21504 )
...
* Show OHF logo on loading screen
* Also add OHF logo to about page
2024-07-31 09:12:11 +00:00
Simon Lamon
1f90a0c2e5
Add translation for unknown entity ( #21484 )
...
* unknown entity
* prettier
2024-07-31 11:05:14 +02:00
illuzn
dbd84901f8
Implement show_empty functionality for the markdown card ( #21379 )
...
* Implement show_empty functionality
* Implement show_empty functionality
* import fireEvent
* Order imports correctly
* Lint with prettier
* Unhide card when appropriate
* only run show code if card is hidden
* Commit coderabbit code cleanup
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* linting
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-31 08:58:45 +00:00
Simon Lamon
0aa25dbed9
Don't eat spaces while searching ( #21479 )
2024-07-31 10:58:39 +02:00
Simon Lamon
b1d8ec0fe4
Call a service: Split remaining service_data's into data and target ( #21440 )
...
* service_data into data and target
* Add other possible targets
2024-07-31 10:46:00 +02:00
Simon Lamon
cd4af674a3
Move some polymer paper-tabs to mwc-tabs ( #21390 )
...
* dev-tools
* entity card editor
* edit section dialog
* edit view
* Set the page from the router back in dev tools
* Remove changes to developer tools
* Prettier
2024-07-31 10:44:52 +02:00
Bram Kragten
8d20303d54
Show helpers setup in YAML also in the UI ( #21500 )
2024-07-30 15:13:05 +02:00
Bram Kragten
a5786b4761
Fix translation loading and manifest fetching for integration page ( #21501 )
2024-07-30 12:48:28 +02:00
Bram Kragten
4ade39543d
Add created/modified to registry tables ( #21494 )
2024-07-30 11:18:50 +02:00
schelv
0358fe5614
Clearable time selector ( #18590 )
...
* initial attempt at clearable time selector
* only show clear button if there is a value
* use null instead of undefined.
* leave event value undefined
* move clear button into input
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
---------
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2024-07-25 18:05:59 +02:00
Erik Montnemery
8911b55316
Adjust message about offline database migration ( #21460 )
...
Tweak message about offline database migration
2024-07-24 13:32:27 +02:00
Paul Bottein
6791e85625
Set 56px row height for new section button and title ( #21456 )
2024-07-23 13:13:35 +02:00
Erik Montnemery
79618ce114
Fix offline db migration support ( #21452 )
...
* Fix offline db migration support
* Add error handling
2024-07-23 11:47:47 +02:00
Quentame
87ba0e73dd
picture cards: add person image support ( #20593 )
...
* picture cards: add person image support
* fix: person attributes typing
* review: apply comment from @coderabbitai
* fix lint:types
* review: put person domain in image_entity config
* add picture card compatibility & exemple in gallery
* fix lint
* Allow only image or person domains on image_entity editor config
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
* fix domain type
* gracefully use the default config.image if the person don't have an image
* gracefully use the default config.image if the person don't have an image (that works)
---------
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
2024-07-23 09:50:34 +02:00
karwosts
811c34b489
Button to copy service response as json for templates ( #21226 )
...
* Button to copy service response as json for templates
2024-07-22 18:06:48 +02:00
Paul Bottein
dd22ae446a
Don't show badge container if all badges are hidden ( #21449 )
2024-07-22 15:45:06 +02:00
Bram Kragten
d96ddf968c
Show yaml setup integrations in the UI ( #21447 )
...
* Show yaml setup integrations in the UI
* Update en.json
* Move config entry logic to memoize function
2024-07-22 15:44:08 +02:00
karwosts
bbb64870a1
Leave climate humidity mode if entity stops supporting it ( #21423 )
...
* Leave climate humidity mode if entity stops supporting it
* check changedProps
2024-07-22 10:28:51 +02:00
Onne
1c978b7cce
Fix last point of line charts. And small other fixes to line charts. ( #21235 )
...
* Fixes last point of graphs.
Especially for items that don't often change state, the last state could
be essentially be ignored for quite a while, using the average of the
last series of entries instead.
Also for detailed graphs, the initial values could be off, because the
initial last value would be computed on bad data, resulting in NaN.
And no longer adds a double entry at end if graph has only one point.
2024-07-20 08:20:52 +00:00
Paul Bottein
179245e1aa
Add picker for badges ( #21436 )
2024-07-19 20:56:29 +02:00