mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-12 20:10:50 +01:00
microWakeWord: Add minimum_esphome_version as optional field (#3612)
This commit is contained in:
parent
491c33fc15
commit
8fd1f43376
@ -61,7 +61,7 @@ Model JSON
|
||||
}
|
||||
}
|
||||
|
||||
The model JSON file contains the following fields that are all **required**:
|
||||
The model JSON file contains the following fields that are all **required** unless otherwise specified:
|
||||
|
||||
- **type** (string): The type of the model. This should always be ``micro``.
|
||||
- **wake_word** (string): The wake word that the model is trained to detect.
|
||||
@ -74,6 +74,7 @@ The model JSON file contains the following fields that are all **required**:
|
||||
- **probability_cutoff** (float): The probability cutoff for the wake word detection.
|
||||
If the probability of the wake word is below this value, the wake word is not detected.
|
||||
- **sliding_window_average_size** (int): The size of the sliding window average for the wake word detection.
|
||||
- **minimum_esphome_version** (*Optional* version): The minimum ESPHome version required to use this model.
|
||||
|
||||
|
||||
Automations
|
||||
|
Loading…
Reference in New Issue
Block a user