renovate[bot]
08959cbabf
Update dependency @codemirror/view to v6.29.1 ( #21532 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-01 18:16:37 +02:00
Bram Kragten
b611674ebd
Minify ohf logo ( #21528 )
2024-08-01 12:29:16 +02:00
Bram Kragten
da75eecfa5
Merge branch 'dev'
2024-08-01 11:15:27 +02:00
Bram Kragten
2f696bd511
Fix demo service worker ( #21527 )
...
* fix demo service worker
* cast too
2024-08-01 09:11:27 +00: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
renovate[bot]
adceed689b
Update dependency marked to v13.0.3 ( #21513 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-31 21:32:03 +02:00
Bram Kragten
fdf829bc81
20240731.0 ( #21510 )
20240731.0
2024-07-31 16:21:25 +02:00
Bram Kragten
574fc99889
Rename service button to action button ( #21511 )
2024-07-31 16:19:32 +02:00
Bram Kragten
3a83cb36a1
Bumped version to 20240731.0
2024-07-31 15:27:19 +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
Steve Repsher
dd74a35d3f
Use Brotli compression for modern build ( #17906 )
2024-07-31 10:57:52 +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
renovate[bot]
7a6491a901
Update babel monorepo to v7.25.0 ( #21497 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-30 16:59:34 +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
renovate[bot]
a85dda3365
Update dependency husky to v9.1.3 ( #21443 )
...
* Update dependency husky to v9.1.3
* Follow migration guide (options removed in 10.x, but deprecation notice right now)
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
2024-07-30 07:44:43 +00:00
renovate[bot]
e578904ff7
Update dependency @material/web to v2 ( #21489 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-29 17:56:22 +02:00
renovate[bot]
09f0da1ead
Update dependency @codemirror/view to v6.29.0 ( #21488 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-29 17:38:14 +02:00
Mike Degatano
2faa8fec17
Music Assistant repository is now built in ( #21496 )
2024-07-29 15:09:33 +00:00
renovate[bot]
945c4a66b1
Update dependency tar to v7.4.3 ( #21491 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-29 11:43:43 +02:00
renovate[bot]
5d794e7e88
Update dependency tar to v7.4.2 ( #21482 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-28 08:02:34 +02:00
renovate[bot]
88a33bee14
Update dependency typescript to v5.5.4 ( #21474 )
2024-07-26 02:09:07 -04:00
renovate[bot]
35ec9af23f
Update typescript-eslint monorepo to v7.17.0 ( #21472 )
2024-07-26 02:07:16 -04:00
renovate[bot]
dd331173ad
Update dependency tar to v7.4.1 ( #21469 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-25 16:22:04 +00:00
renovate[bot]
885ccb84cb
Update dependency eslint-plugin-unused-imports to v4.0.1 ( #21468 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-25 18:06:19 +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
renovate[bot]
89d842c2a8
Update dependency @bundle-stats/plugin-webpack-filter to v4.13.4 ( #21457 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-24 18:44:04 +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
renovate[bot]
567a2ea019
Update dependency @braintree/sanitize-url to v7.1.0 ( #21451 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-23 09:23:46 +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