Skip to content

Commit d1a7f0d

Browse files
authored
Update snips.markdown
1 parent 6994a89 commit d1a7f0d

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

source/_components/snips.markdown

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sharing: true
99
footer: true
1010
logo: snips.png
1111
ha_category: Voice
12-
ha_release: 0.66
12+
ha_release: 0.48
1313
---
1414

1515
The [Snips Voice Platform](https://www.snips.ai) allows users to add powerful voice assistants to their Raspberry Pi devices without compromising on privacy. It runs 100% on-device, and does not require an internet connection. It features Hotword Detection, Automatic Speech Recognition (ASR), Natural Language Understanding (NLU) and Dialog Management.
@@ -106,10 +106,21 @@ By default, Snips runs its own MQTT broker. But we can also tell Snips to use an
106106
## {% linkable_title Home Assistant configuration %}
107107

108108
Configuration variables:
109-
110-
- **feedback_sounds** (*Optional*): Turn on feedbacks sounds for Snips (true/false)
111-
- **site_ids** (*Optional*): A list of siteIds if using multiple Snips instances. Used to make sure feedback is toggled on or off for all sites
112-
- **probability_threshhold** (*Optional*): Threshhold for intent probability. Intents under this are discarded
109+
{% configuration %}
110+
feedback_sounds:
111+
description: Turn on feedbacks sounds for Snips
112+
required: false
113+
type: str
114+
default: false
115+
site_ids:
116+
description: A list of siteIds if using multiple Snips instances. Used to make sure feedback is toggled on or off for all sites
117+
required: false
118+
type: str
119+
probability_threshhold:
120+
description: Threshhold for intent probability. Intents under this level are discarded
121+
require: false
122+
type: int
123+
{% endconfiguration %}
113124

114125
### {% linkable_title Specifying the MQTT broker %}
115126

0 commit comments

Comments
 (0)