122 Commits

Author SHA1 Message Date
Steve Repsher
01f51f3247
Cache brand images (#17840) 2023-10-25 09:28:28 +02:00
Steve Repsher
3b2f6d71f5
Minify ha-style/Roboto and load asynchronously (#18226) 2023-10-16 20:37:50 +02:00
Bram Kragten
2f6297ec17
Always deduplicate found integrations in onboarding (#18091)
always deduplicate found integrations in onboarding
2023-10-02 14:30:28 +02:00
Franck Nijhof
a116a50604
Hide shopping list from discovered onboarding integrations (#18069) 2023-09-29 22:39:57 +02:00
Bram Kragten
1c79fcc244
Fix translations onboarding integration (#17980) 2023-09-25 12:58:54 +02:00
Bram Kragten
d4872b177f
Start improve restore backup in onboarding (#17813) 2023-09-04 20:08:33 +02:00
Paul Bottein
5e1583f925
Add keyboard support to onboarding links (#17816) 2023-09-04 17:20:51 +02:00
Bram Kragten
6dcb7f2273 Hide google translate in onboarding 2023-09-01 16:53:14 +02:00
Bram Kragten
93846a2867
Fix unit and currency, always select first result of search (#17753)
* Fix unit and currency, always select first result of search

* Update onboarding-location.ts
2023-08-31 14:23:33 +02:00
Bram Kragten
c485e8d03e
Update onboarding (#17734)
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
2023-08-30 13:24:25 +02:00
Bram Kragten
370ec9cd98
Revert "Simplify onboarding integrations page (#17671)" (#17683) 2023-08-23 14:28:34 +02:00
Bram Kragten
52c12b5659
Simplify onboarding integrations page (#17671) 2023-08-23 10:52:44 +02:00
Bram Kragten
3249a5225f
Keep user signed in during onboarding (#17669) 2023-08-22 15:26:46 +02:00
Bram Kragten
9f0b9782a0
Round altitude from GPS result (#17591) 2023-08-16 11:49:53 +02:00
Bram Kragten
d56273ec25
Use nominatim from openstreetmap for location search in onboarding (#17287)
* Use nominatim from openstreetmap for location search in onboarding

* Update text, add user agent

* Handle errors better, add email address

* remove detect text

* Use `ui.common.search`

* Update attribution location

* Apply suggestions from code review

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>

* Update src/translations/en.json

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>

* Remove unused style

* Increase line-height

* Apply suggestions

---------

Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2023-07-18 15:00:41 +02:00
Paulus Schoutsen
bf4cf310f3
Bump HAWS to 8.2.0 (#17263) 2023-07-10 18:37:15 +00:00
Simon Lamon
ddaf403378
Fix dropdown selection in General Settings (#16754) 2023-06-05 11:57:20 +00:00
Paul Bottein
71bb540352
Use key instead of keycode for key event (#16625) 2023-05-25 18:47:57 +02:00
Bram Kragten
aa063d0a3e
Replace onboarding inputs with default inputs (#16514) 2023-05-12 13:15:28 +02:00
Paul Bottein
02542e528e
Fetch entries integration onboarding (#16424)
* Fetch loaded entries in integration onboarding

* Proper fix
2023-05-05 14:24:32 +00:00
Bram Kragten
4e5a18d272
Remove polymer types, cleanups (#16385)
* Remove polymer types, cleanups

* Delete updated.ts
2023-05-04 15:24:24 +00:00
Bram Kragten
708d1b81da
Mark lang and country required in onboarding (#16277) 2023-04-23 19:33:44 -04:00
Bram Kragten
e4302a0bb5
Fix onboarding add integration (#16163) 2023-04-14 14:38:34 -04:00
Bram Kragten
4c702ac7c2
fix analytics translations in onboarding (#16086) 2023-04-06 12:41:38 +00:00
Paul Bottein
c0c83d3721
Add analytics translations (#15821)
* Add analytics translations

* Move translations to panels

* Fix learn more link
2023-03-17 16:26:53 +01:00
Steve Repsher
9ce4563dd4
Prefer nothing over empty templates (#15633) 2023-02-28 11:02:47 +01:00
Steve Repsher
7adb49c772
Fix promise constructors with returns (#15486) 2023-02-20 18:14:54 +01:00
dependabot[bot]
9f6d9d8b0b
Bump tsparticles from 1.34.0 to 2.8.0 (#15367)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2023-02-06 17:34:17 +00:00
Gia Ferrari
5c2fcd7f9b
Add alt attribute to various images (#14405)
* ha-config-area-page: Add alt tag for area-picture

* dialog-tag-detail: Add alt tag for generated QR code image.

* ha-config-hardware: Blank alt tag for hardware pic, info already elsewhere

* dialog-energy-solar-settings: Blank alt tag for brand icon.

* ha-energy-grid-settings: Blank alt tag for co2signal brand icon.

* Add a few more appropriately-blank alt texts.

* ha-config-device-page: Logo alt text set to name of device domain.

* ha-config-repairs: Logo alt text set to name of issue domain.

* hui-picture-card(-editor): Alternate Text via config (blank default)

* hui-picture-entity-card(-editor): Alternate Text via config (blank default)

* ha-long-lived-access-token-dialog: Alt text for QR code.

* hui-picture-header-footer: Support alt text via optional property.

* A few more blank alt attributes.

* ha-tile-image: Support alt tag (but it is blank in current usage).

* prod cla-bot

* Lint. Fix whitespace.

* Add missing alt text properties to TS types.

* Fix my silly typo in picture-entity-card-editor's SCHEMA (+ minor reformat)

* Add alt_text to Picture(Entity)CardConfig TypeScript types.

* Format with prettier.

* Revise alt text for tag QR

* Revise alt text for token QR

* Revise alternate to alternative

* Add alt to logo in gallery

* Add alt text to crop image

* Use ifDefined for tile image alt

* Change area picture alt to area name

* Remove entry from entities config struct

* Revert altText changes for Picture Entity Card (to revisit in future PR)

See:
https://github.com/home-assistant/frontend/pull/14405#discussion_r1032735871

* Revert changes to hui-image and picture entity editor

Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>
2022-12-29 01:16:05 +00:00
Jaroslav Hanslík
e926091e54
Sort strings by locale language (#14533) 2022-12-28 14:25:45 +01:00
Joost Lekkerkerker
019ef4ba8f
Fix suffix not showing up (#14816) 2022-12-19 13:24:57 +00:00
Bram Kragten
92d022747b
Add core country and language settings (#14478) 2022-11-29 20:54:18 +01:00
Steve Repsher
a56b2e3270
Rename autofill to autocomplete for text selector (#14202) 2022-10-27 15:30:08 +02:00
epenet
0b6c6b2b98
Rename imperial unit system to us_customary (#14092) 2022-10-19 22:00:11 +02:00
Franck Nijhof
fbb8ff4362
Integrations v2.1: compatibility with hubs, devices and services (#14114) 2022-10-19 12:41:57 +02:00
Steve Repsher
a4fcb743fa
Add autocomplete to onboarding, cloud, and password change (#14040) 2022-10-10 19:54:16 +02:00
karliemeads
a2953138f4
Fix onboarding create new user password checks (#14010) 2022-10-06 16:07:16 +02:00
Paulus Schoutsen
1cc02415d3
Fix rendering config entry titles (#13060)
* Fix rendering config entry titles

* Fix location height

* Only fetch installation type when user not created yet
2022-07-01 13:52:56 -05:00
Paulus Schoutsen
198e2b7bdf Do not show the sun during onboarding 2022-07-01 10:23:23 -07:00
J. Nick Koston
af6b0d3266
Support requesting translations for multiple integrations in one request (#12704)
* Support requesting translations for multiple integrations in one request

- Requires https://github.com/home-assistant/core/pull/71979

* onboarding as well

* integrations -> integration

* fix cache

* short return if they are all loaded

* reduce

* reduce

* reduce
2022-05-18 11:37:47 -07:00
Joakim Sørensen
c34fe184e8
Fix log syntax highlight when fetching logs from supervisor (#12430) 2022-04-26 06:09:39 -05:00
Paulus Schoutsen
73f5580555
Add support for integration type (#12077) 2022-03-22 14:47:12 -05:00
Bram Kragten
db830e9014
Fix theme setting (#11977) 2022-03-08 10:13:08 -08:00
Paulus Schoutsen
72b5721c88
Radio Browser is now added during onboarding (#11756) 2022-02-21 09:12:15 -08:00
Bram Kragten
ba63ab8b7a
Latest paper-dropdown -> mwc-select conversion (#11692) 2022-02-15 09:11:43 -06:00
Bram Kragten
e72a4e4a20
Convert HaFormSchemas to use selectors (#11589) 2022-02-07 10:06:04 -06:00
Joakim Sørensen
dc58481918
Fix overriding username suggestion (#10899) 2021-12-13 18:56:44 +01:00
Philip Allgaier
ea18fc0078
Ensure we always have an active theme name (fixes dark theme issues) (#10780)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2021-12-03 17:02:54 +00:00
Philip Allgaier
dbbf246060
Installation type property during onboarding was misspelled (#10721) 2021-11-29 14:41:21 -08:00
Joakim Sørensen
b969db0c0f
Use ha-form for onboarding-create-user (#10604) 2021-11-15 14:21:29 -08:00