|
发表于 2025-3-18 10:03:03
|
显示全部楼层
本帖最后由 a_dongde 于 2025-3-18 23:52 编辑
我用的WEB页面ADD加载项编译的,AI让我把
esp32:
board: esp32-s3-devkitc-1
framework:
type: esp-idf #这个字段切换到Arduino 框架
就不报错了,但是后面又报唤醒模型的链接错误:
INFO ESPHome 2025.2.2
INFO Reading configuration /config/xiaoyi.yaml...
Failed config
micro_wake_word: [source /config/xiaoyi.yaml:91]
models:
-
Not a valid model name, local path, http(s) url, or github shorthand.
model: |-
https://raw.githubusercontent.co ... s/v2/okay_nabu.json
on_wake_word_detected:
- voice_assistant.start
- light.turn_on:
id: led_status
red: 30%
green: 30%
blue: 70%
brightness: 60%
effect: Fast Pulse |
|