mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +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 %}
|
{% configuration %}
|
||||||
feedback_sounds:
|
feedback_sounds:
|
||||||
description: Turn on feedbacks sounds for Snips
|
description: Turn on feedbacks sounds for Snips.
|
||||||
required: false
|
required: false
|
||||||
type: str
|
type: str
|
||||||
default: false
|
default: false
|
||||||
site_ids:
|
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
|
required: false
|
||||||
type: str
|
type: str
|
||||||
probability_threshhold:
|
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
|
require: false
|
||||||
type: int
|
type: float
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
### {% linkable_title Specifying the MQTT broker %}
|
### {% linkable_title Specifying the MQTT broker %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user