Skip to content

Commit

Permalink
minimum version is required in manifest v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kahrendt committed Jul 2, 2024
1 parent d0dc80c commit 4a75b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/micro_wake_word.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The model JSON file contains the following fields that are all **required** unle
- **sliding_window_size** (int): The size of the sliding window for the wake word detection. Wake words average all probabilities in the sliding window and VAD models use the maximum of all probabilities in the sliding window.
- **feature_step_size** (int): The step size for the spectrogram feature generation in milliseconds.
- **tensor_arena_size** (int): The minimum size of the tensor arena in bytes.
- **minimum_esphome_version** (*optional* version): The minimum ESPHome version required to use this model.
- **minimum_esphome_version** (version): The minimum ESPHome version required to use this model.


See Also
Expand Down

0 comments on commit 4a75b8f

Please sign in to comment.