Skip to content

Commit

Permalink
Add speech recognition privacy description (#2310)
Browse files Browse the repository at this point in the history
## Summary
In addition to microphone permission, this is required for speech
recognition in Assist.

## Screenshots
<!-- If this is a user-facing change not in the frontend, please include
screenshots in light and dark mode. -->

## Link to pull request in Documentation repository
<!-- Pull requests that add, change or remove functionality must have a
corresponding pull request in the Companion App Documentation repository
(https://github.com/home-assistant/companion.home-assistant). Please add
the number of this pull request after the "#" -->
Documentation: home-assistant/companion.home-assistant#

## Any other notes
<!-- If there is any other information of note, like if this Pull
Request is part of a bigger change, please include it here. -->
  • Loading branch information
zacwest authored Feb 13, 2023
1 parent 567ba8d commit 618e6f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Sources/App/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,8 @@
<string>We use Siri to allow created shortcuts to interact with the app.</string>
<key>NFCReaderUsageDescription</key>
<string>Reading and writing NFC tags allows you to trigger events.</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>Used to dictate text to Assist.</string>
<key>NSCameraUsageDescription</key>
<string>Take photos and send them to your Home Assistant server.</string>
<key>NSMicrophoneUsageDescription</key>
Expand Down
3 changes: 2 additions & 1 deletion Sources/App/Resources/en.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
"NSPhotoLibraryUsageDescription" = "Photo Library access is needed to allow saving photos from the web view.";
"NSSiriUsageDescription" = "We use Siri to allow created shortcuts to interact with the app.";
"SEND_LOCATION_APP_SHORTCUT_TITLE" = "Send Location";
"TemporaryFullAccuracyReasonManualUpdate" = "Grant full accuracy to use your current location for your device tracker.";
"TemporaryFullAccuracyReasonManualUpdate" = "Grant full accuracy to use your current location for your device tracker.";
"NSSpeechRecognitionUsageDescription" = "Used to dictate text to Assist.";

0 comments on commit 618e6f6

Please sign in to comment.