G Johansson
8b77024fb9
Add reconfigure config entry ( #19794 )
2024-03-04 20:23:01 +01:00
Erik Montnemery
841b9c0917
Add support for translation domain in data entry flows ( #19900 )
2024-02-28 11:12:19 +01:00
Yosi Levy
5e40bb55eb
RTL fixes ( #19563 )
2024-01-30 14:27:40 +01:00
Bram Kragten
107f0da88b
Allow config flow to show error per field ( #19522 )
2024-01-30 12:24:45 +01: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
G Johansson
88f67230fc
Preview for time_date helper ( #19476 )
2024-01-23 12:04:23 +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
bb4f09ad9a
Fix missing imports (2 of 2) ( #19417 )
2024-01-16 15:01:34 +01:00
AlexandrErohin
7209ed055a
fix not showing base error bug ( #19340 )
2024-01-15 14:38:51 +00:00
Bram Kragten
76d3c6e237
Revert fetching config flow after subscribe for progress ( #18939 )
2023-12-07 09:31:34 +01:00
Simon Lamon
ccada33caf
Accessibility improvements for circular progress indicators ( #18506 )
2023-12-04 14:06:25 +01:00
Kendell R
f4ee734ea3
Use new localize format ( #18574 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2023-11-28 12:29:41 +00:00
Bram Kragten
22e86af5b3
Fix race condition with Data Entry Flow Progress ( #18775 )
2023-11-27 11:28:49 +01:00
renovate[bot]
15395275ba
Update dependency prettier to v3.1.0 ( #18675 )
...
* Update dependency prettier to v3.1.0
* Reformat
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Steve Repsher <steverep@users.noreply.github.com >
2023-11-19 23:31:56 -05:00
Paul Bottein
ad0e59c8f4
Fix no listener margin in flow preview template ( #17837 )
2023-09-06 13:41:16 +02:00
Bram Kragten
14e6f5e8ca
Subscribe to config entries in helper config ( #17835 )
2023-09-06 13:39:20 +02:00
Bram Kragten
c1c05f8d22
Add listeners to template helper preview ( #17833 )
2023-09-06 09:37:38 +02:00
Bram Kragten
dd8a50af31
Add state color to preview row ( #17778 )
2023-09-01 15:45:32 +02:00
Paul Bottein
c8feded4f2
Use format entity state helpers everywhere ( #17757 )
2023-09-01 15:26:46 +02:00
Bram Kragten
d350c35c4e
Add preview for template ( #17699 )
2023-08-30 12:56:53 +02:00
Bram Kragten
fc1782e676
Use 1 element for all group previews ( #17693 )
2023-08-24 10:14:30 +00:00
Erik Montnemery
ed92958735
Add preview support to binary sensor group ( #17682 )
2023-08-23 14:52:45 +02:00
Bram Kragten
811edfcc0f
Add support for previews in data flows ( #17533 )
2023-08-22 10:30:31 +02:00
karwosts
308d4b0a62
Fix Options flow missing submit button & finish button. ( #17361 )
...
* Fix missing submit button in options flow
* Fix missing header and finish button at end of options flow
* load config translations for options flow
* one more revert
2023-07-20 21:02:08 -04:00
renovate[bot]
cb0bc762b1
Update dependency prettier to v3 ( #17215 )
...
* Update dependency prettier to v3
* Update config and remove .prettierignore
* Reformat
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Steve Repsher <steverep@users.noreply.github.com >
2023-07-14 17:40:17 +00:00
Bram Kragten
585db6ab3f
Close dialog when clicked on link ( #16690 )
2023-05-31 14:01:47 +02:00
Paul Bottein
71bb540352
Use key instead of keycode for key event ( #16625 )
2023-05-25 18:47:57 +02:00
Bram Kragten
c4ff1a8646
fix keypress in code editor causing flow to submit ( #16623 )
2023-05-25 18:01:46 +02:00
Bram Kragten
0f5320c6fb
Drop polymer from authorize and onboarding entrypoint ( #15760 )
...
* Drop polymer from authorize and onboarding entrypoint
* Update ha-icon.ts
* dedupe
2023-03-29 12:17:42 +02:00
Erik Montnemery
40b9e62a87
Pass placeholders to config and option flow title ( #15746 )
2023-03-06 09:49:01 +01:00
Steve Repsher
9ce4563dd4
Prefer nothing over empty templates ( #15633 )
2023-02-28 11:02:47 +01:00
Bram Kragten
48dcd98634
Allow for custom submit button text in data flows ( #15383 )
2023-02-20 19:56:06 +01:00
Jan Bouwhuis
e6dbb1da7e
Add backend translation support for selector select ( #15064 )
...
* Base for selector translations
* Allow translations for ha-selector-select
* Fetch translation for config flow and onboarding
* Get translation_key from step handler
* Add domain property to DataEntry flow
* Revert fetching translation for onboarding flow
* Leave domain for repair flows
* Use localizeValue function
* Change type
* Import selector translations in issue flow
Co-authored-by: Paul Bottein <paul.bottein@gmail.com >
2023-01-23 20:32:30 +01:00
Bram Kragten
aa1e9cedca
Fix add integration discovery ( #14432 )
...
* Fix add integration discovery
* Update show-dialog-config-flow.ts
* Update src/panels/config/integrations/dialog-add-integration.ts
Co-authored-by: Joakim Sørensen <ludeeus@ludeeus.dev >
Co-authored-by: Joakim Sørensen <ludeeus@ludeeus.dev >
2022-11-28 11:32:59 +00:00
Paul Bottein
bda5b97c91
Select suggested area for device during config flow ( #14383 )
2022-11-15 15:09:27 +01:00
Steve Repsher
1b917a5b04
Add autocomplete to login and MFA setup ( #14065 )
2022-10-26 16:10:19 +02:00
Bram Kragten
112ec10b30
Add support for virtual integrations ( #14138 )
2022-10-20 23:08:55 -04:00
Steve Repsher
969772663b
Fix localize key errors in options flow, repairs flow, and integrations ( #14060 )
2022-10-11 15:47:41 +02:00
Bram Kragten
cb0310593c
Change add application credential flow ( #13951 )
...
* Change add application credential flow
* Update step-flow-abort.ts
* import
* Add missing credential docs link
* Load description, show only that if available
* Update dialog-add-application-credential.ts
* pass along manifest
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2022-10-02 20:19:32 +02:00
Bram Kragten
8e4bebb694
Integrations v2 ( #13887 )
...
* WIP: Integrations v2
* update
* manifests
* update wording
* show yaml only
* Show spinner
* Update
* Use virtulizer
* Update
* change interval if 5 min stats
* remove yaml
* fix application credentials
* Add zwave and zigbee device support
* make back button bigger
* margin
2022-09-28 17:39:40 +02:00
Franck Nijhof
651cafc464
Allow Markdown and description placeholder usage in data field descriptions ( #13377 )
...
Co-authored-by: Zack Barett <zackbarett@hey.com >
2022-08-13 18:57:28 +00:00
Zack Barett
9baeabed19
Add integration dialog Scroll bar styles ( #13299 )
2022-07-28 09:54:41 -05:00
Zack Barett
63ea8e6568
Allows for My to support Supported Brands ( #13256 )
2022-07-25 11:35:13 +02:00
Zack Barett
9309a4c7bc
Update language when ZHA or Zwave arent installed (re: supported brands) ( #13191 )
2022-07-19 11:44:02 +02:00
Zack Barett
b611a58fce
Add support for Supported Brands ( #13184 )
2022-07-13 17:51:17 +02:00
Allen Porter
e1fd7244a5
Open Application Credentials from integration configuration flow ( #12708 )
2022-05-23 15:46:34 -07:00
Yosi Levy
1bd760b455
Rtl changes ( #12693 )
2022-05-16 15:57:14 +02:00
Allen Porter
dd49fd2788
Make the "Aborted: Reauthentication successful" more user friendly ( #12530 )
...
Replace the "Aborted" in the title with the integration name to make the user error
messages more user friendly. The message itself ("Reauthentication successful" or "Missing configuraiton, etc) error
message is descriptive enought that we can replace the title with the integration
name and still preserve the meeting. The advance is that this doesn't confuse users
who are surprised by it saying "Aborted" when things were successful
https://github.com/home-assistant/core/issues/47135
2022-05-01 11:02:32 -05:00
Artem Sorokin
ca28178b86
Fix title and description for menu step in options flow ( #12420 )
2022-04-25 20:26:05 +00:00
Yosi Levy
3b8b6eb315
RTL fixes ( #12367 )
2022-04-22 10:27:49 -05:00