-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
In the sample configuration file voice-assistant/m5stack-cores3.yaml
, several illustration image URLs in the substitutions
section (such as https://github.com/esphome/firmware/raw/main/voice-assistant/casita/loading_320_240.png
, idle_320_240.png
, etc.) now return 404 errors.
substitutions:
name: m5cores3
friendly_name: M5CoreS3
loading_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/loading_320_240.png
idle_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/idle_320_240.png
listening_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/listening_320_240.png
thinking_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/thinking_320_240.png
replying_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/replying_320_240.png
error_illustration_file: https://github.com/esphome/firmware/raw/main/voice-assistant/casita/error_320_240.png
It appears these files were deleted in the esphome/firmware repository during the 2025-08-25 commit "Cleanup unused/unmaintained files (#317)" by @jesserockz .
As a result, anyone following the sample configuration is unable to use these illustration images.
Could you please clarify:
- Are there replacement illustration images available?
- Should the documentation and sample configurations be updated to avoid referencing these broken links?
Thank you for your support.
Metadata
Metadata
Assignees
Labels
No labels