karwosts
e45709fffc
Fix map icon color ( #19567 )
...
* Fix map icon color
* different solution
* updates from code review
2024-01-30 23:57:35 +01:00
Simon Lamon
28c21b1041
Localize trigger state in automation editor ( #19554 )
...
* trigger state
* Lokalize
* don't change existing trigger
* space
* Fixes
2024-01-30 23:36:39 +01:00
G Johansson
0919f0e89e
Add new TURN_ON and TURN_OFF Climate feature flags ( #19523 )
2024-01-30 15:11:08 +01:00
Paul Bottein
64fc58ddd2
Always allow reorder for triggers, conditions, actions and options ( #19574 )
...
* Move up and down action to overflow menu
* Always enable reorder mode on desktop
* Use media query helper
2024-01-30 15:06:02 +01:00
Joakim Plate
568e9ebc38
Add volume flow rate ( #19344 )
2024-01-30 15:03:39 +01:00
Simon Lamon
f98e66a409
Allow description placeholders in all repair flow title options ( #19553 )
...
Add description placeholders
2024-01-30 14:50:15 +01:00
Paul Bottein
314499005d
Clean domain icons ( #19533 )
...
* Use state icon inside alarm control panel card
* Add domain icon component and clean old files
* Clean code
* Migrate area card
* Remove some icon rules
* Update ha-bar-media-player.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* Update ha-domain-icon.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2024-01-30 14:49:39 +01:00
Yosi Levy
5e40bb55eb
RTL fixes ( #19563 )
2024-01-30 14:27:40 +01:00
Cody C
476457fe2e
Clarify wording of Thread network messaging ( #19564 )
...
* Removes ambiguity of many "may" statements, which are virtually certainly.
* Fix some typos / grammatical errors
2024-01-30 14:24:58 +01:00
karwosts
4c314928c6
Bigger touch target for mobile map history trace ( #19569 )
2024-01-30 14:21:10 +01:00
Bram Kragten
73460c7d8a
Fix more info remote ( #19575 )
2024-01-30 13:51:12 +01:00
Cody C
767b2b6b9c
Add documentation link to ZHA pairing mode page ( #19518 )
...
Add pairing instructions docs link to ZHA Add Devices page
While we ask people to refer to the instructions of their device, they may need some further support to locate this. We can direct them to the ZHA documentation.
2024-01-30 13:39:57 +01:00
Joakim Sørensen
0944b1e9d3
Simplify GtHub markdown alerts ( #19536 )
...
Simplify GtHub merkdown alerts
2024-01-30 13:37:47 +01:00
karwosts
623ac88166
Fix trace graph for non-safari & safari ( #19557 )
2024-01-30 13:23:53 +01:00
karwosts
3a204d889f
Fix QR codes ( #19552 )
2024-01-30 13:07:58 +01:00
Bram Kragten
107f0da88b
Allow config flow to show error per field ( #19522 )
2024-01-30 12:24:45 +01:00
karwosts
86bbff36ea
Delete all refresh tokens (attempt #2 ) ( #19547 )
...
* Add a button to delete all refresh tokens (#18680 )
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* Don't delete LL tokens. Don't delete the current token
* Update src/data/auth.ts
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
* typing
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
2024-01-29 18:07:44 +01:00
Stanisław Czajka
6ee1404eef
Fixed volume slider alignment ( #19534 )
2024-01-26 16:26:11 +00:00
Yosi Levy
97652bd2f6
Various RTL fixes ( #19495 )
...
* Various RTL fixes
* Additional RTL
* Additional fixes
* Revert ha-dialog
* Improve margin-title
* Additional fixes
* Additional fixes
* Fix prettier
* More fixes
* Additional fixes
* Fix prettier
* Fix prettier again
* Additional updates
* Additional fixes
* Final fixes (left only)
2024-01-26 17:15:27 +01:00
Cody C
44e62fbb04
Fix text alignment on mobile devices for zha-add-devices-page.ts ( #19517 )
...
discovery_text ("Make sure your devices are in pairing mode. Check the instructions of your device on how to do this.") is showing left aligned on mobile, which is inconsistent with the discovered_text ("Devices will show up here once discovered.") underneath.
2024-01-25 18:23:23 +01:00
Michael
1f9e919762
Add info about removing of unused tokens ( #19479 )
...
add info about removing of unused tokens
2024-01-25 18:21:52 +01:00
Paulus Schoutsen
973752b974
Refactor suggest card function ( #19528 )
2024-01-25 18:21:30 +01:00
Bram Kragten
59a3a35b19
Handle cast connect different instance better ( #19526 )
2024-01-25 13:00:55 +01:00
Bram Kragten
b224ec50e4
Add automation/editor/show
command to external bus ( #19524 )
2024-01-25 00:01:10 +01:00
Bram Kragten
2925ef3db0
Add support for service icons ( #19507 )
...
* Add service icons
* Fix lint
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
2024-01-24 19:21:08 +00:00
Erik Montnemery
c2d71ac789
Allow inverting switch_as_x cover, lock, valve ( #19324 )
...
* Allow inverting switch_as_x cover, lock, valve
* Reconfigure invert option via options flow
* Don't reopen dialog
* Add explanation for invert option
* Address review comments
* Hide switch_as_x options flow
2024-01-24 18:32:35 +01:00
Paul Bottein
85f086d02e
Improve icon translations support ( #19516 )
...
* Use slot for icon picker
* Use icon translations for disabled entities in device page
* Don't use fallback for light effect
* Fix device class
* Fix climate hvac mode
* Migrate fan direction to icon translations
* Remove attribute fallback
* Rename variable
* Update src/panels/lovelace/card-features/hui-climate-hvac-modes-card-feature.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2024-01-24 18:31:06 +01:00
Paul Bottein
beb3454f8d
Hide fallback when dragging items in sidebar ( #19521 )
2024-01-24 18:16:59 +01:00
Bram Kragten
cc4cfe1b5c
Add set_conversation_response
action ( #19512 )
2024-01-23 13:16:49 +01:00
G Johansson
88f67230fc
Preview for time_date helper ( #19476 )
2024-01-23 12:04:23 +01:00
Paul Bottein
1c9ea0a9d9
Add stateValue parameter to ha-state-icon ( #19508 )
...
* Add state value option to entityIcon
* Migrate lock, valve and cover more info to icon translations
* Migrate tile card
* Remove domain icon from area card
* Use attribute
2024-01-22 20:10:08 +01:00
Paulus Schoutsen
f6af73b222
Allow expanding a history graph card ( #19481 )
...
* Allow expanding a history graph card
* Update styling
2024-01-22 12:53:04 -05:00
Simon Lamon
9354ed927b
Localize sun condition in automation editor ( #19473 )
...
Sun condition
2024-01-22 18:17:20 +01:00
karwosts
545d140dcf
Various leaflet map bugfixes ( #19475 )
...
* Various leaflet map bugfixes
* move pan to updated
2024-01-22 18:12:25 +01:00
Steve Repsher
634122657c
Fix incompatible object/array property types (3 of 3) ( #19510 )
2024-01-22 18:03:42 +01:00
Steve Repsher
349344161a
Fix incompatible object/array property types (2 of 3) ( #19482 )
2024-01-22 16:04:58 +01:00
Joakim Sørensen
28a8863f45
Allow for lists inside GitHub alerts when redered in markdown ( #19505 )
...
* Allow for lists inside GitHub alerts when redered in markdown
* simplify
2024-01-22 16:03:07 +01:00
karwosts
5c72c38c0d
Revert "Add a button to delete all refresh tokens" ( #19480 )
2024-01-22 15:57:06 +01:00
Bram Kragten
bf4b76864d
Adjust check focus behaviour for todo list ( #19472 )
...
* Adjust check focus behaviour for todo list
* improve aria
2024-01-22 13:58:35 +01:00
Franck Nijhof
69139b35e1
Clean up updater remains ( #19501 )
2024-01-21 23:07:40 +01:00
Steve Repsher
dcb3accdb8
Fix incompatible object/array property types (1 of 3) ( #19450 )
2024-01-19 20:16:15 +00:00
Joakim Sørensen
319cf64977
Do not "load" forever if null is returned for release notes ( #19478 )
2024-01-19 21:05:11 +01:00
Bram Kragten
646c02d855
Implement more attribute icons ( #19469 )
2024-01-19 20:55:16 +01:00
Joakim Sørensen
51059e99a5
Add support for new GitHub alerts ( #19470 )
2024-01-19 17:10:46 +01:00
Bram Kragten
809df848ef
Use entity registry icon directly ( #19466 )
2024-01-19 14:42:20 +00:00
Paul Bottein
619675318c
Remove wrong usage of aria-hidden ( #19454 )
2024-01-19 15:28:46 +01:00
Bram Kragten
081636b3e7
Add support for icon translations ( #19406 )
...
* Add support for icon translations
* Use slot for icons
* Update more-info-climate.ts
* Review and fixes
* Update entity-registry-settings-editor.ts
2024-01-19 14:55:02 +01:00
Steve Repsher
b969144f50
Initialize more boolean properties ( #19452 )
2024-01-19 09:43:00 +01:00
Steve Repsher
24bfa4919a
Fix property visibility mismatches (2 of 2) ( #19448 )
2024-01-19 09:39:41 +01:00
Steve Repsher
6234f7b7d2
Initialize boolean properties ( #19445 )
2024-01-18 16:39:33 +01:00