Paul Bottein
beec720b9b
Use display contents in horizontal stack only ( #21217 )
2024-06-28 20:56:01 +02:00
Paul Bottein
85865af0c3
Fix update config mecanism in hui-card ( #21218 )
2024-06-28 20:17:57 +02:00
Simon Lamon
d33cf4f199
Reload application credentials after single delete ( #21216 )
...
Reload application credentials after delete
2024-06-28 14:46:27 +02:00
Simon Lamon
4a1087c969
Add storage variables for application credentials config table ( #21215 )
...
Implement storage variables
2024-06-28 14:45:33 +02:00
Simon Lamon
cbc95a5e2d
Fix icon header labels in Automations, Scene and Script tables ( #21214 )
...
Change icon header labels
2024-06-28 14:44:57 +02:00
Simon Lamon
dcd4c39978
Fix add application credential keyboard handling ( #21205 )
...
double primaryAction
2024-06-28 14:44:30 +02:00
Paul Bottein
da2865d8bf
Fix size of cards inside stack cards ( #21190 )
...
* Fix size of cards inside stack cards
* Apply style everywhere
* Fix stack
* Fix grid stack
* Set block only for square
2024-06-27 19:31:55 +02:00
Paul Bottein
5273293cd6
Add last updated property to tile card state content ( #21191 )
2024-06-27 18:46:39 +02:00
Bram Kragten
49c42fc757
Add support for native QR code scanner ( #21187 )
2024-06-27 17:15:33 +02:00
Paul Bottein
7603fa3aa8
Don't set hass to undefined in lovelace cards. ( #21189 )
...
* Wait for hass and config before building the card
* Don't use setter
* Improve code readability
* Use hasupdated
* Rename build to load
2024-06-27 16:49:10 +02:00
karwosts
7aa005e0ce
Fix device integration filter for entityless devices ( #21136 )
...
* Fix device integration filter for entityless devices
* code review
2024-06-27 12:40:09 +02:00
Paul Bottein
b08b67179e
Fix hass object in nested hui-card ( #21178 )
2024-06-26 21:05:47 +00:00
Paul Bottein
d9f1b06199
Fix undefined value in search ( #21175 )
2024-06-26 20:37:07 +02:00
Paul Bottein
ae94231800
Use resize controller for weather card ( #19806 )
...
* Use resize controller for weather card
* Don't use observe
2024-06-26 12:35:49 +02:00
Bram Kragten
7d28f3f585
Allow to hide and sort columns in data tables ( #21168 )
...
* Allow to hide and sort columns in data tables
* fix unused
* store
2024-06-26 11:51:32 +02:00
Bram Kragten
55b66250f4
Take convert of blueprint automation and script ( #21151 )
...
* substituteBlueprint
* WIP ux
* Simplify feature
* Add take control to scripts
* Add translations and catch error
* Clean import
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
2024-06-26 11:24:47 +02:00
Philip Allgaier
182111912c
Rename "Twitter" to "X (formerly Twitter)" ( #20694 )
...
* Rename "Twitter" to "X (formerly Twitter)"
* Add translations
* Show x logo on light mode
---------
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
2024-06-26 11:13:52 +02:00
Simon Lamon
94dc9308ea
Replace octal escape sequences ( #21156 )
...
* replace octal escape characters
* Add disable eslint
2024-06-26 10:19:52 +02:00
Paul Bottein
f42a9ac070
Ignore diacritics (accents) in search ( #21150 )
...
* Ignore diacritics in search
* Rename variable
2024-06-26 10:07:31 +02:00
Paul Bottein
1acada625f
Improve user and person dialogs ( #21162 )
...
* Improve user dialog
* Update person dialog
* Improve add user dialog
* Fix secondary option
2024-06-26 10:03:43 +02:00
Paul Bottein
128dbbcfef
Better resizing support for thermostat card ( #21120 )
...
* Better resizing support for thermostat card
* Use resize controller
* Fix typings
* Don't use query
* Use render to set style
2024-06-26 10:03:10 +02:00
Bram Kragten
57d8544dbf
Add menu with remove option to application credentials ( #21139 )
2024-06-26 09:47:46 +02:00
Bram Kragten
76daa2bb7f
Add support for sections in filters ( #21157 )
2024-06-25 20:01:10 +02:00
Paul Bottein
bd1ede4145
Fix grid size picker size ( #21161 )
2024-06-25 12:24:04 +02:00
Paul Bottein
321a085c0e
Resize card editor ( #21115 )
2024-06-24 22:10:31 +02:00
Bram Kragten
6a3041988a
Allow to change username ( #21152 )
2024-06-24 18:51:43 +02:00
Bram Kragten
00f325e961
Support expandable in initial form data ( #21153 )
2024-06-24 17:30:43 +02:00
karwosts
4cc9e74ea8
Fix 'Move to view' operation ( #21142 )
2024-06-24 11:56:06 +02:00
karwosts
362e92f313
Add some weather attribute icons and units ( #21133 )
2024-06-22 15:42:26 +02:00
Jan-Philipp Benecke
5ddf72b973
Add preview to Threshold config & option flow ( #19845 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-06-22 13:32:40 +02:00
karwosts
9960d38b91
Offer to delete no-longer-recorded statistics ( #21119 )
2024-06-21 11:18:24 +02:00
Simon Lamon
d3222f8bb0
Various fixes in dialogs ( #20935 )
...
* allow escape and scrim action for repair dialogs
* improve delete entity dialogs
* reiterate refresh token dialog wordings (kept refresh token for now)
* improve device delete dialogs
* Improve deletable text and invalidation
2024-06-21 11:15:01 +02:00
Paul Bottein
f78946447f
Show card preview inside section in card editor ( #21065 )
...
* Show card inside section in card editor
* Replace edit mode by preview
* Add backward compatibility for custom cards
* Re-order props
2024-06-21 11:12:18 +02:00
Jay Turner
eb0579ddc5
Use EnergyCardBaseConfig where appropriate ( #20896 )
...
* Use EnergyCardBaseConfig where appropriate
* Update type key
* Rename class
* Run prettier
2024-06-21 11:11:41 +02:00
Steve Repsher
686424fc70
Add CoreJS polyfills to modern build ( #20676 )
2024-06-21 11:07:39 +02:00
karwosts
8272bef890
Sort filter-domains on translated name ( #21116 )
2024-06-19 17:31:04 +02:00
Kevin Jahrens
62528b2413
Fix back paths ( #21112 )
...
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
2024-06-19 07:08:14 +00:00
Paulus Schoutsen
9c153bbd58
Split out service entities ( #21076 )
...
* Hide notify entiites from generated dashboard
* Split out service entities on device info page
* Update src/panels/lovelace/common/generate-lovelace-config.ts
* Split service -> notify/assist
2024-06-18 08:58:45 +02:00
Bram Kragten
27afe9ecb7
Wrap code editor for template selector ( #21104 )
...
* Wrap code editor for template selector
2024-06-17 19:15:55 +00:00
Douwe
27024135ea
Update hui-grid-section.ts ( #21088 )
...
Add variable to align title
2024-06-15 18:21:42 +02:00
Franck Nijhof
8759ed740a
Make the radius of the home zone configurable ( #21096 )
2024-06-15 14:41:09 +02:00
Franck Nijhof
bb3e8ae33d
Update home-assistant-js-websocket to 9.4.0 ( #21097 )
2024-06-15 08:03:55 -04:00
Paul Bottein
29881c8bb4
Fix selected state for selected config entries ( #21079 )
2024-06-13 18:26:45 +02:00
Simon Lamon
56254ddf03
Fix diagnostic download not downloading ( #21078 )
2024-06-13 13:31:30 +02:00
Paulus Schoutsen
007ba70641
Hide notify entities from generated dashboard ( #21075 )
...
Hide notify entiites from generated dashboard
2024-06-13 08:04:27 +02:00
Matthias Alphart
067e179f26
Translation support for device automation extra fields ( #20567 )
...
* Translation support for device trigger extra fields
* Prefer component translation over default
* Move device trigger extra_fields translations to backend
* move translations for extra_fields of conditions and actions too
2024-06-12 14:09:50 +02:00
AlCalzone
9a3f7df25e
Z-Wave: Prevent closing the Add Device dialog when user input is required ( #20999 )
...
* prevent closing the Z-Wave Add node dialog when user input is required
* ask user for confirmation before leaving page during bootstrapping
* fix: no non-null assertion
2024-06-12 13:48:40 +02:00
Paul Bottein
c7b4e8f37c
Fix current mode not selected in card feature ( #21063 )
2024-06-12 13:40:44 +02:00
Paul Bottein
bfa8b886ab
Make update actions sticky on more info ( #21053 )
2024-06-12 13:39:04 +02:00
Paul Bottein
433c00b73a
Move card loading logic into hui-card ( #21018 )
...
* Move card rebuild to hui-card
* Use hui card in stack card
* add once to event
* Do not use state
* Use hui card in conditional card
* Use editMode instead of lovelace in hui card
* Fix edit mode
* Use hui-card in card dialog and panel todo
* Fix edit mode
* Fix types
* Migrate entity filter card
* Update demo card
* Fix UI view
* Allow edit mode attribute
* Remove unused condition
* Remove unused section preview code
* Remove useless check for config
2024-06-12 13:38:21 +02:00