mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
parent
1a182b63b3
commit
995120279f
@ -107,18 +107,18 @@ By default, Snips runs its own MQTT broker. But we can also tell Snips to use an
|
||||
|
||||
{% configuration %}
|
||||
feedback_sounds:
|
||||
description: Turn on feedbacks sounds for Snips
|
||||
description: Turn on feedbacks sounds for Snips.
|
||||
required: false
|
||||
type: str
|
||||
default: false
|
||||
site_ids:
|
||||
description: A list of siteIds if using multiple Snips instances. Used to make sure feedback is toggled on or off for all sites
|
||||
description: A list of siteIds if using multiple Snips instances. Used to make sure feedback is toggled on or off for all sites.
|
||||
required: false
|
||||
type: str
|
||||
probability_threshhold:
|
||||
description: Threshhold for intent probability. Intents under this level are discarded
|
||||
description: Threshhold for intent probability. Range is from 0.00 to 1.00, 1 being highest match. Intents under this level are discarded.
|
||||
require: false
|
||||
type: int
|
||||
type: float
|
||||
{% endconfiguration %}
|
||||
|
||||
### {% linkable_title Specifying the MQTT broker %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user