Skip to content

Instantly share code, notes, and snippets.

@shaboigan
shaboigan / xiao_esp32c6_example.yaml
Created June 8, 2025 17:25 — forked from quonic/xiao_esp32c6_example.yaml
Getting a Seeed XIAO ESP32C6 to work in Home Assistant under ESPHome
# Found working config here: https://github.com/esphome/issues/issues/5864
# From my testing it does compiles, uploads, and runs with out issues.
esphome:
name: my-esp32c6
friendly_name: My ESP32C6
platformio_options:
platform: https://github.com/platformio/platform-espressif32/archive/refs/tags/v6.7.0.zip
board_build.f_cpu: 160000000L
board_build.f_flash: 80000000L
board_build.flash_size: 4MB