mirror of
https://github.com/m5stack/esphome-yaml.git
synced 2026-05-20 11:43:53 -07:00
16 lines
410 B
JSON
16 lines
410 B
JSON
{
|
|
"type": "micro",
|
|
"wake_word": "hi stackchan",
|
|
"author": "m5stack",
|
|
"website": "https://github.com/m5stack/esphome-yaml",
|
|
"model": "hi_stackchan.tflite",
|
|
"trained_languages": ["en"],
|
|
"version": 2,
|
|
"micro": {
|
|
"probability_cutoff": 0.97,
|
|
"sliding_window_size": 5,
|
|
"feature_step_size": 10,
|
|
"tensor_arena_size": 30000,
|
|
"minimum_esphome_version": "2024.7.0"
|
|
}
|
|
} |