Bram Kragten
63de324224
Fix my link add integration: search for discovered items ( #16315 )
...
* fix my link add integration
* add confirm back
* Update dialog-add-integration.ts
2023-04-26 12:02:50 +02:00
Bram Kragten
10d476195d
Ask to use cloud pipeline as preferred ( #16286 )
...
* Ask to use cloud pipeline as preferred
* Update
2023-04-26 00:36:51 -04:00
Bram Kragten
3441a86613
Update general step description of pipeline dialog ( #16307 )
...
update general step description of pipeline dialog
2023-04-25 21:44:51 +02:00
Paul Bottein
643b168c69
Add icon and state formatting for tts and stt domain ( #16304 )
2023-04-25 21:40:22 +02:00
Paul Bottein
db0e5a8a41
Add translations to pipeline UI ( #16303 )
2023-04-25 20:01:48 +02:00
Ben Randall
64a693332b
Fix height of main automation trace element ( #16283 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2023-04-25 13:46:15 +00:00
Bram Kragten
327927baa7
Update expose mobile view ( #16302 )
2023-04-25 13:33:21 +00:00
karwosts
ce8fc17ef8
Markdown feature parity for blueprint scripts vs automations ( #16250 )
2023-04-25 15:31:52 +02:00
Paul Bottein
62ed1d54b0
Voice assistant cloud upsell ( #16299 )
2023-04-25 12:41:53 +02:00
Bram Kragten
2498f1db41
Fix tts in voice command for iOS ( #16300 )
2023-04-25 10:02:31 +00:00
Bram Kragten
8a50bb058d
Fix audio playing on iOS ( #16298 )
2023-04-25 09:38:14 +00:00
Bram Kragten
e793675c47
Fix dialog text colors theme ( #16296 )
...
* Fix dialog text colors theme
* fix drawer border
2023-04-25 00:23:08 +02:00
Paul Bottein
07cef18918
Try TTS in pipeline form ( #16292 )
2023-04-24 19:39:16 +02:00
Bram Kragten
a0263f25c4
Improve tts playback in voice command dialog ( #16288 )
2023-04-24 18:45:00 +02:00
Paul Bottein
52546ab567
Fix media browser bar position ( #16293 )
...
Fixes media browser bar position
2023-04-24 18:09:21 +02:00
Bram Kragten
c0ec7e4f09
Remove wrong language from stt event ( #16285 )
2023-04-24 18:08:36 +02:00
Steve Repsher
4e1e76ccc2
Add module preload to demo page ( #16274 )
2023-04-24 11:27:40 +02:00
Bram Kragten
708d1b81da
Mark lang and country required in onboarding ( #16277 )
2023-04-23 19:33:44 -04:00
Bram Kragten
35baf4c779
Fix audio recorder ( #16280 )
...
FIx audio recorder
2023-04-23 13:48:46 -04:00
Bram Kragten
9b32c9c6b4
Voice picker: Guard for select undefined, update debug pipelines ( #16279 )
...
* Voice picker: Guard for select undefined
* Update types, make debug a little nicer
* Add type to stt-start event
* Add language to STT data in render pipeline
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2023-04-23 17:04:43 +00:00
Bram Kragten
cef3b99e16
fix add assist dialog ( #16275 )
2023-04-22 12:43:04 -04:00
Bram Kragten
86f8d2d737
remove underline, format language
2023-04-22 15:42:46 +02:00
Bram Kragten
1ded47d368
Use assist_pipeline in voice command dialog ( #16257 )
...
* Remove speech recognition, add basic pipeline support
* Add basic voice support
* cleanup
* only use tts if pipeline supports it
* Update ha-voice-command-dialog.ts
* Fix types
* handle stop during stt
* Revert "Fix types"
This reverts commit 741781e392048d2e29594e388386bebce70ff68e.
* active read only
* Update ha-voice-command-dialog.ts
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
2023-04-21 21:50:30 -04:00
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
Bram Kragten
6e91ac2a34
fix css selector
2023-04-20 18:53:28 +02:00
Paul Bottein
49b0c7c3d1
Move error outside ha form for assist pipeline form ( #16258 )
2023-04-20 18:49:27 +02:00
Paul Bottein
be1867900e
Use supported_languages for stt, tts and conversation ( #16256 )
...
* Use supported_languages for stt, tts and conversation
* Fix disabled condition
2023-04-20 18:01:42 +02:00
Yosi Levy
a43f49f4af
Fix some RTL aligments ( #16252 )
2023-04-20 17:05:24 +02:00
Paul Bottein
ea0f29782d
Assist pipeline language voice ( #16255 )
...
* Update types
* Split form into multiple components
* Improve design
* Send all data
* Update wording
2023-04-20 11:02:48 -04: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
Bram Kragten
be005b4c88
Add language to conversation agent picker ( #16244 )
2023-04-20 11:26:42 +02:00
Steve Repsher
aac28efd32
Streamline HTML generation and consolidate templates ( #16117 )
2023-04-20 11:10:12 +02:00
Bram Kragten
0d020e0300
Fix stt/tts pickers ( #16241 )
2023-04-20 11:03:47 +02:00
Paul Bottein
0b3dff00df
Revert "Add language selector" ( #16247 )
...
Revert "Add language selector (#16242 )"
This reverts commit d89ac0f30ddb349f553d788c22077c958b31f645.
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
3cb3f8d352
Add aliases description in voice dialog ( #16233 )
...
* Add aliases description in voice dialog
* Update style
* Remove duplicate margin
2023-04-19 13:52:55 +00:00
Bram Kragten
f507a7b8b3
Use yaml to show raw pipeline debug data ( #16234 )
2023-04-19 15:27:01 +02:00
Paul Bottein
910244f751
Fix sidebar tooltip ( #16238 )
2023-04-19 14:23:04 +02:00
Bram Kragten
0ce3757b80
Remove default options from tts/stt/conversation agent ( #16236 )
2023-04-19 14:05:25 +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
d8cb5a6a42
Prevent delete pipeline if preferred ( #16237 )
2023-04-19 12:12:47 +02:00
karwosts
afa071465c
ha-selector-select fires spurious valueChanged on initialization ( #16216 )
2023-04-19 08:58:18 +02:00
Bram Kragten
790faa9c31
Display historic pipeline events in assist-render-pipeline-run
( #16225 )
...
* Display historic pipeline events in `assist-render-pipeline-run`
* Add debug pipeline page
* Update assist-pipeline-run-debug.ts
* dont show alert
* Update assist-pipeline-debug.ts
* simplify
* link to run debug pipeline
2023-04-18 10:45:33 -04:00
Stefan Agner
52f609f742
Write data disk with space everywhere ( #16223 )
2023-04-18 10:45:23 +02:00
Bram Kragten
8edb48eedc
Fetch latest pipeline run ( #16220 )
...
* Fetch latest pipeline run
very basic debug, showing raw event data
* Update dialog-voice-assistant-pipeline-detail.ts
* last one, not first
2023-04-17 19:13:05 -04: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