Skip to content

Referenced Voice Assistant illustration images return 404 (not found) #32

@k1asa

Description

@k1asa

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions