Merge pull request #78 from MycroftAI/remove-wake-word-and-voice

Remove the wake word and voice options
feature/add-device-navigation
Chris Veilleux 2022-03-15 09:51:59 -05:00 committed by GitHub
commit a41b8e2e93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View File

@ -9,8 +9,10 @@
[required]="true"
>
</account-geography-card>
<account-voice-card [voiceForm]="defaultsForm"></account-voice-card>
<account-wake-word-card [wakeWordForm]="defaultsForm">x</account-wake-word-card>
<!-- Temporarily commented out for MVP. Only available wake word is "Hey Mycroft". -->
<!-- Only available voice is the Mimic 3 British Male voice. -->
<!-- <account-voice-card [voiceForm]="defaultsForm"></account-voice-card>-->
<!-- <account-wake-word-card [wakeWordForm]="defaultsForm">x</account-wake-word-card>-->
</mat-card-content>
<mat-card-actions *ngIf="!addingDevice" align="right">
<button mat-button (click)="onSave()" [disabled]="!defaultsForm.valid">SAVE</button>

View File

@ -38,8 +38,10 @@
</mat-card>
<account-geography-card [geoForm]="deviceForm" [required]="true"></account-geography-card>
<account-voice-card [voiceForm]="deviceForm"></account-voice-card>
<account-wake-word-card [wakeWordForm]="deviceForm"></account-wake-word-card>
<!-- Temporarily commented out for MVP. Only available wake word is "Hey Mycroft". -->
<!-- Only available voice is the Mimic 3 British Male voice. -->
<!-- <account-voice-card [voiceForm]="deviceForm"></account-voice-card>-->
<!-- <account-wake-word-card [wakeWordForm]="deviceForm"></account-wake-word-card>-->
<account-software-release-card
*ngIf="pantacorId"
[softwareReleaseForm]="deviceForm"