Paul Bottein
6bee3ef45c
Fix fallback icon color in dark mode ( #20969 )
2024-06-03 14:16:18 +02:00
Paul Bottein
3a855f95ad
Fix broken config switch in demo ( #20971 )
2024-06-03 13:37:32 +02:00
Paulus Schoutsen
e7f3393ec6
Tweak styles Assist dialog ( #20960 )
2024-06-03 11:42:43 +02:00
karwosts
d7cb4cb537
Revert "Filter unrecorded entities from history panel ( #19621 )" ( #20941 )
...
This reverts commit d88670034a7c272ec0b9ad545eff173a03f9a09c.
2024-06-03 10:03:30 +02:00
karwosts
7416ae7dfd
Fix double unsubscribe in todo list card ( #20928 )
2024-05-30 20:21:39 +02:00
Paulus Schoutsen
b38a348957
Disable beta menu instead of hiding ( #20906 )
2024-05-30 15:29:28 +02:00
Simon Lamon
f97971faf6
Improve refresh token dialogs ( #20917 )
...
* Improve refresh token dialogs
* Remove this
2024-05-30 10:39:15 +02:00
Paul Bottein
c00287c401
Fix config entry menu ( #20908 )
2024-05-29 23:49:20 +02:00
Paul Bottein
13f01492b4
Add visibility option to dashboard cards ( #20840 )
...
* Create hui card
* Add compatiblity with helpers
* Improve layout options
* Fix conditional card
* Add missing import
* Add visibility option in config
* Fix conditions
* Fix case with multiple conditions
* Remove useless set hass
2024-05-29 17:50:16 +02:00
Bram Kragten
d31a777135
use image selector for view background ( #20898 )
...
* use image selector for view background
* make config future proof
* improvements
2024-05-29 17:29:09 +02:00
Paul Bottein
5cc08cfe0b
Fix area card editor when an entity have an unknown device ( #20900 )
2024-05-29 14:29:04 +00:00
Steve Repsher
3eea7dc6cd
Use valid locale for translation test ( #20899 )
2024-05-29 15:44:56 +02:00
karwosts
a629f01300
Collapsible blueprint input sections ( #19946 )
...
* Deduplicate blueprint editor code
* Collapsible blueprint sections
* add description
* renamed collapsed
* unused import
* unused import
* Don't allow collapsing sections with required
* Update to new schema
2024-05-29 15:44:11 +02:00
karwosts
064c51f487
Add a picture uploader to picture-card-editor ( #18695 )
...
* Add a picture uploader to picture-card-editor
* add imageSelector
* lint
* Add delete button to picture-upload
* updates from feedback
* fix lint
* Update en.json
* Update selector.ts
* remove delete
2024-05-29 14:32:53 +02:00
karwosts
d88670034a
Filter unrecorded entities from history panel ( #19621 )
...
* Filter unrecorded entities from history panel
* cache result
* Cache excluded entities instead of recorded entities
2024-05-29 14:32:22 +02:00
Georgi Stanojevski
5fab1969a8
Add Macedonian (Македонски) to the frontend. ( #20701 )
...
Following: https://developers.home-assistant.io/docs/translations/#maintainer-steps-to-add-a-new-language
Steps 1 and 2.
- It has the "mk" code in the IANA subtag registry.
- Adding it in src/translations/translationMetadata.json
2024-05-29 14:13:45 +02:00
Simon Lamon
b3e14d449e
Show detailed config entry error inline ( #20764 )
...
* Put config entry error inline
* Fixes (show configure button and don't make them interactive)
2024-05-29 14:07:52 +02:00
Steve Repsher
97206ee8fe
Inject element polyfills where used using Babel ( #20689 )
2024-05-29 14:02:40 +02:00
Steve Repsher
7748315fc3
Inject Intl polyfills where used ( #20798 )
...
* Inject Intl polyfills where used
* Replace Intl polyfill in localize method with loading intl-messageformat asynchronously
* Remove spurious feature tests for Intl
2024-05-29 14:01:21 +02:00
Paul Bottein
e059ca146b
Script change icon ( #20885 )
...
* Add icon to rename dialog
* Check in entity registry
* Only use icon for script
2024-05-29 13:57:13 +02:00
Jay Turner
56cabeb497
Fix type
value on Interface for the energy-usage-graph ( #20895 )
2024-05-29 10:33:12 +00:00
Paul Bottein
7a7bd87f50
Unify usage of dashboard title ( #20853 )
2024-05-29 12:29:52 +02:00
Adam Kapos
ff9c794659
Add UI for setting view background ( #20708 )
...
* Add UI for setting view background
* Update eslint-plugin-unused-imports to fix parse failure
* Changes from review
2024-05-29 12:23:54 +02:00
Bram Kragten
2921161336
Save data table filters in session storage ( #20894 )
...
* Save data table filters in session storage
* typing fix
* remove url logic, rename storage key
2024-05-29 12:20:30 +02:00
G Johansson
91e5fcacd5
Add default code to alarm_control_panel ( #20062 )
...
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
2024-05-29 11:05:46 +02:00
Raman Gupta
febbf34de6
Change Z-Wave JS API model to match zwave-js ( #20793 )
...
* Change Z-Wave JS API model to match zwave-js
* fix qrprovisioninginformation
* remove additional properties from QRProvisioningInformation
2024-05-29 09:25:09 +02:00
Bram Kragten
5a2977f4d4
Add collapse & expand all groups ( #20891 )
...
* Add collapse & expand all groups
* review suggestion
2024-05-29 09:16:26 +02:00
Paul Bottein
7a7a355765
Allowing toggle of expiration date for refresh token ( #20846 )
...
* Allowing removal of expiration date for refresh token
* Adjust wording and add icon
* Update current
* Update src/translations/en.json
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
* Update wording
* Allow enable and disable
* Better type
* Better handle errors
* Use relative date
* Update src/panels/profile/ha-refresh-tokens-card.ts
* Update API
---------
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
2024-05-29 09:12:08 +02:00
Paul Bottein
ccebae84a7
Use list for change mode dialog ( #20890 )
...
* Use list for change mode dialog
* Add listbox role
* Remove unused import
2024-05-28 18:23:12 +02:00
karwosts
085131d546
Rename energy 'Today' button to 'Now' ( #20871 )
2024-05-27 14:13:55 +02:00
Yosi Levy
dfee3ba089
RTL fixes ( #20880 )
2024-05-27 14:09:29 +02:00
Franck Nijhof
81c0bcff0b
Add sequence action building block ( #20874 )
...
* Add sequence action building block
* This is a non-conditional action
* Render sequence in automation traces graph
* Render trace timeline
* Process review comment
2024-05-26 14:54:05 -04:00
karwosts
6ccbeb8a75
Fix entity picker delete button ( #20875 )
2024-05-26 15:29:57 +02:00
Steve Repsher
41e34c0d61
Inject ResizeObserver polyfill where needed ( #20754 )
2024-05-24 12:21:46 -04:00
Simon Lamon
5d044a06eb
Remove empty electricity grid state ( #20794 )
...
* Remove empty grid state
* Apply feedback
* AI review
2024-05-24 16:40:47 +02:00
karwosts
f617426808
Bake numeric device classes into formatEntityState ( #19878 )
...
* Bake numeric device classes into formatEntityState
* Apply suggestions from code review
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2024-05-24 16:17:23 +02:00
karwosts
3c3d54243c
Fix pick-theme-row and behavior of default theme mode ( #20783 )
2024-05-24 16:06:22 +02:00
Paul Bottein
afc624bf4b
Remove strict connection ( #20861 )
2024-05-24 15:50:45 +02:00
AlCalzone
0991628843
Z-Wave JS: Title-Case "S2 Access Control" ( #20850 )
...
* Z-Wave JS: Title-Case "S2 Access Control"
* Apply sentence case to example description
2024-05-24 13:23:17 +00:00
Paul Bottein
34b9c7b9d1
Fix long title for section in add card dialog ( #20863 )
2024-05-24 15:10:17 +02:00
karwosts
d52641b495
Device trigger - sync value with initialHaFormData ( #20810 )
...
Device trigger - sync yaml with initialHaFormData
2024-05-24 15:06:40 +02:00
Steve Repsher
e0062cf190
Inject ElementInternals polyfill where needed ( #20818 )
2024-05-23 14:25:58 -04:00
karwosts
7d2cee650d
Sort yaml reloads on translated domain ( #20857 )
2024-05-23 16:26:03 +02:00
c0ffeeca7
66560b1f1c
Apply sentence-style capitalization to headings ( #20855 )
2024-05-23 15:22:06 +02:00
NP v/d Spek
a500b582e3
Modify the way the update shows available updates ( #20773 )
...
* Modify the way the update shows available updates
* Update src/data/update.ts
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* Update src/data/update.ts
* Update src/translations/en.json
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
2024-05-22 16:15:17 +02:00
Adam Kapos
19f94ff8cc
Fix app-theme-color not following header color ( #20758 )
...
* Fix app-theme-color not following header color
* Revert incorrect fix for #20671 that only applies when a primary color is set by the user
2024-05-22 15:26:13 +02:00
AlCalzone
0b6994d402
Z-Wave JS: Sort security classes from highest to lowest ( #20851 )
2024-05-22 14:18:09 +02:00
karwosts
9fe8f507ec
Add configurable actions to Gauge Card ( #20833 )
...
* Add actions to gauge card
* struct support
* tap_action in UI
* Apply suggestions from code review
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
* typo
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
2024-05-22 14:10:22 +02:00
Simon Lamon
2113cf5280
Trim search inputs ( #20825 )
2024-05-22 10:39:32 +02:00
Paul Bottein
ae9e1b724f
Fix voice assistant expose datatable storage key ( #20843 )
2024-05-21 19:20:29 +02:00