Skip to content

Commit 9951202

Browse files
todschmidtfabaff
authored andcommitted
Update snips.markdown (home-assistant#5421)
* Update snips.markdown * Add periods
1 parent 1a182b6 commit 9951202

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/_components/snips.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,18 @@ By default, Snips runs its own MQTT broker. But we can also tell Snips to use an
107107

108108
{% configuration %}
109109
feedback_sounds:
110-
description: Turn on feedbacks sounds for Snips
110+
description: Turn on feedbacks sounds for Snips.
111111
required: false
112112
type: str
113113
default: false
114114
site_ids:
115-
description: A list of siteIds if using multiple Snips instances. Used to make sure feedback is toggled on or off for all sites
115+
description: A list of siteIds if using multiple Snips instances. Used to make sure feedback is toggled on or off for all sites.
116116
required: false
117117
type: str
118118
probability_threshhold:
119-
description: Threshhold for intent probability. Intents under this level are discarded
119+
description: Threshhold for intent probability. Range is from 0.00 to 1.00, 1 being highest match. Intents under this level are discarded.
120120
require: false
121-
type: int
121+
type: float
122122
{% endconfiguration %}
123123

124124
### {% linkable_title Specifying the MQTT broker %}

0 commit comments

Comments
 (0)