Bram Kragten
85a27e8bb1
Update add assistant dialog ( #16266 )
...
* Update add assistant dialog
* fix default agent to ha when no supported
* Update ha-tts-voice-picker.ts
* Update assist-pipeline-detail-conversation.ts
* Update ha-dialog.ts
* dont override config
* Update ha-language-picker.ts
2023-04-21 20:41:30 -04:00
Bram Kragten
09f4e19d4c
Pipelines: Add voice selector, implement supported languages ( #16261 )
2023-04-20 22:53:05 +02:00
Paul Bottein
65161ce581
Language selector ( #16253 )
...
* Add language selector
* Use intl display names
* Use language picker in general settings and profile
* Add nativeName option
* Add format language util
* Add display-name polyfill
* Add native name to selector
* Rename variable
2023-04-20 10:12:49 -04:00
Bram Kragten
088cc69083
Add pipeline picker/selector ( #16224 )
...
Co-authored-by: Paul Bottein <paul.bottein@gmail.com >
2023-04-20 09:41:47 +00:00
Paul Bottein
0b3dff00df
Revert "Add language selector" ( #16247 )
...
Revert "Add language selector (#16242 )"
This reverts commit d89ac0f30d .
2023-04-19 23:58:58 +02:00
Paul Bottein
d89ac0f30d
Add language selector ( #16242 )
2023-04-19 21:21:27 +02:00
Paul Bottein
c470ced308
Use right naming convention for ui_action and ui_color selector ( #16235 )
2023-04-19 12:13:19 +02:00
Bram Kragten
e32771fb14
Add tts selector ( #16213
...
* Add tts selector
* Update selector.ts
* Update ha-selector-tts.ts
* Add default
* Update ha-tts-picker.ts
* Update ha-tts-picker.ts
* Not required
2023-04-17 22:52:35 +02:00
Bram Kragten
b2f66aa51c
Add stt selector ( #16215
...
* Add stt selector
* Update ha-stt-picker.ts
* Add default
* Update ha-stt-picker.ts
* Update ha-stt-picker.ts
2023-04-17 22:09:46 +02:00
Bram Kragten
bf70427760
Add conversation agent selector ( #16212
...
* Add conversation agent selector
* Add default option
* Update ha-conversation-agent-picker.ts
* Update ha-conversation-agent-picker.ts
2023-04-17 20:54:30 +02:00
Paul Bottein
db62e9f922
Add constant selector ( #15783 )
2023-03-16 14:22:19 +01:00
Paul Bottein
c4160e8368
Add filter options to entity and device selectors ( #15302 )
2023-02-20 14:30:05 +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
Paul Bottein
7a87dc4d8a
Add ui-color selector ( #14348 )
2022-11-28 12:45:53 +01:00
Bagira
65426bd2d0
Fix color_rgb and color_temp selector import ( #14369 )
2022-11-12 02:09:49 +00:00
Paul Bottein
ac65882fdd
Fix config entry selector import ( #14334 )
2022-11-08 21:10:19 -05:00
Steve Repsher
98a32041d4
Add name attribute to autocomplete fields ( #14258 )
2022-11-02 18:22:02 +01:00
Bram Kragten
9d730919d5
Add statistic card ( #14198 )
...
* Add statistic card
* Update selector.ts
* Update translations
* review
2022-10-27 21:59:55 +02:00
Paul Bottein
0a3fa3e218
Ha selector UI action ( #14082 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2022-10-13 12:43:24 +00:00
Bram Kragten
fe9967550b
Load selector elements dynamic ( #14084 )
...
Co-authored-by: Paul Bottein <paul.bottein@gmail.com >
2022-10-13 14:28:49 +02:00
Paul Bottein
eac13980ff
Add navigation picker for dashboards ( #13826 )
...
* Add navigation picker for dashboards
* Rename to navigation
* Fix empty title and path
* Use hass panels instead of fetching dashboards
* Apply suggestions
2022-09-21 14:42:51 +02:00
Franck Nijhof
ed82ae9f68
Add config entry selector ( #13432 )
...
* Add config entry selector
* Let backend filter by integration
* Add to gallery
* Adjust translation
* Fix imports
* Rename in gallery as well
* Fix typo in localize key
* Prettier
2022-08-23 18:26:15 -04:00
Franck Nijhof
d2a19e04ef
Add state selector ( #13411 )
2022-08-19 09:20:13 -04:00
Paulus Schoutsen
8c71885b4c
Add support for the file selector ( #13382 )
2022-08-18 11:43:43 -04:00
Franck Nijhof
6fd4cda534
Add Template selector ( #12348 )
2022-04-18 11:17:44 -05:00
Zack Barett
2e7f8fb46f
Add Date Time Selector ( #12070 )
2022-03-17 15:01:08 -07:00
Zack Barett
1784ba5e68
Merge pull request #12061 from home-assistant/Add-Date-Selector
2022-03-16 17:52:40 -05:00
Paulus Schoutsen
d5010dda9e
Add ha-form context ( #12062 )
2022-03-16 14:12:10 -07:00
Zack
4ac097f32b
Add Date Selector
2022-03-16 14:20:45 -05:00
Zack Barett
5c53bc4225
Add Color RGB Selector ( #12039 )
2022-03-15 15:34:02 -07:00
Zack Barett
b8d3c68a7a
Add Color Temp Selector ( #12041 )
2022-03-14 11:07:15 -07:00
Bram Kragten
4cdff3faea
Add location selector, convert zone editor ( #11902 )
2022-03-07 08:47:20 -06:00
Zack Barett
6cac7eeff0
Lovelace Entity Card Editor to Ha Form - Adds Theme Selector and HaFormColumn ( #11731 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2022-02-21 16:53:03 +01:00
Bram Kragten
5c5459bcaf
Add play media action ( #11702 )
...
Co-authored-by: Zack Barett <zackbarett@hey.com >
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2022-02-18 13:21:00 +01:00
Zack Barett
460b9003fc
Script Editor to Ha Form ( #11601 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2022-02-14 11:27:29 -06:00
Zack Barett
fca7d2c5b0
Add Attribute Picker as a selector - add to state trigger ( #11641 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2022-02-10 11:56:25 -08:00
Zack Barett
cefa2ee183
State Trigger -> HA Form ( #11631 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2022-02-10 09:26:28 -06:00
Bram Kragten
0eeed85193
Bunch of fixes and cleanup ( #11636 )
2022-02-10 08:24:47 -06:00
Bram Kragten
76af6e48cd
Convert entity picker to ha-combo ( #11560 )
...
* Convert entity picker to ha-combo
* Update ha-entity-picker.ts
* Handle empty better
* Clear value when no device/area/entity
2022-02-07 10:59:11 +01:00
Bram Kragten
bc92c0b052
Upgrade to Lit 2 ( #9199 )
2021-05-18 07:37:53 -07:00
Joakim Sørensen
54a2b2534a
Add add-on selector/picker ( #8422 )
2021-02-24 17:05:42 +01:00
Bram Kragten
6092af8de6
Re-do developer tools service ( #8410 )
2021-02-22 19:53:52 +01:00
Matteo Agnoletto
ab74c7f7eb
Add select selector for blueprints ( #8297 )
2021-02-15 10:22:00 +01:00
Thomas Lovén
5c0e151bc2
Add selectors for text and arbitrary objects ( #8152 )
2021-01-27 11:45:51 +01:00
Joakim Sørensen
a1d07e5a00
Sort imports ( #8104 )
2021-01-13 17:17:12 +01:00
Bram Kragten
25f7cbea5a
Add target selector ( #7864 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-12-02 12:10:31 +01:00
Bram Kragten
e1add14453
Add UI for new selectors ( #7822 )
2020-11-26 18:38:01 +01:00
Bram Kragten
f835810f0a
Add entity and device selectors ( #7735 )
2020-11-20 13:26:03 +01:00