Files
Brandon Martin d801f391f3 fix(plugins): regenerate flat agent packages
Resync packaged plugin agents into flat agents directories so every marketplace package follows the standard plugin layout.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-04-01 22:18:50 -05:00
..

CCE ESPHome Plugin

ESPHome IoT development for ESP32/ESP8266 with Home Assistant integration.

Overview

The cce-esphome plugin provides comprehensive ESPHome development support, from basic device configuration to advanced ESP32-S3-BOX-3 voice assistant builds. Covers networking, automation, components, Home Assistant integration, and hardware-specific patterns.

Features

  • Device Support: ESP32, ESP8266, ESP32-S3, RP2040
  • 100+ Components: Sensors, outputs, displays, binary sensors, switches, lights, climate
  • Voice Assistant: ESP32-S3-BOX-3 audio pipeline (I2S, ES7210 ADC, ES8311 DAC)
  • Home Assistant Integration: Bidirectional communication, entity sync, service calls
  • Networking: WiFi, Ethernet, mDNS, API encryption, OTA updates
  • Automation: Triggers, conditions, actions, lambdas, scripts, state machines

Plugin Components

Agents (6)

  • esphome-core: Core concepts, YAML configuration, device fundamentals
  • esphome-components: 100+ component library (sensors, displays, lights, climate)
  • esphome-networking: WiFi, Ethernet, mDNS, API encryption, OTA, MQTT
  • esphome-automations: Automation logic, triggers, conditions, lambdas, scripts
  • esphome-homeassistant: Home Assistant integration and bidirectional communication
  • esphome-box3: ESP32-S3-BOX-3 hardware specialist (audio pipeline, display, touch, voice)

Skills (2)

  • esphome-config-helper: Rapid ESPHome YAML generation and validation
  • esphome-box3-builder: ESP32-S3-BOX-3 templates and voice assistant configs

Installation

# Add the CCE marketplace
/plugin marketplace add github:nodnarbnitram/claude-code-extensions

# Install ESPHome plugin
/plugin install cce-esphome@cce-marketplace

From Local Source

git clone https://github.com/nodnarbnitram/claude-code-extensions.git
/plugin marketplace add /path/to/claude-code-extensions
/plugin install cce-esphome@cce-marketplace

Usage

Skills (User-Invoked)

/esphome-config-helper
# Interactive config generation with device selection and component wizard

/esphome-box3-builder
# ESP32-S3-BOX-3 voice assistant template generation

Agents (Automatic Activation)

> Create ESPHome config for ESP32 with temperature sensor
# Uses esphome-core + esphome-components

> Add WiFi with static IP and OTA updates
# Uses esphome-networking

> Implement automation to turn on light at sunset
# Uses esphome-automations

> Sync Home Assistant sensor states to ESPHome
# Uses esphome-homeassistant

> Configure ESP32-S3-BOX-3 audio pipeline for voice assistant
# Uses esphome-box3

Example Workflows

Basic ESP32 Sensor:

/esphome-config-helper
# Generates complete YAML with WiFi, OTA, API, and sensors

Voice Assistant on BOX-3:

/esphome-box3-builder
# Complete voice assistant with I2S audio, ILI9xxx display, GT911 touch

Home Assistant Integration:

> Import Home Assistant sun.sun entity for sunrise/sunset automations
# Sets up homeassistant.sensor platform

Requirements

  • Claude Code: Latest version
  • ESPHome: 2024.x+ recommended
  • Python: 3.9+ (for ESPHome CLI)
  • Home Assistant: For integration features (optional)

Hardware Coverage

  • ESP32: All variants (ESP32, ESP32-S2, ESP32-S3, ESP32-C3)
  • ESP8266: NodeMCU, Wemos D1 Mini, etc.
  • ESP32-S3-BOX-3: Audio (I2S/ES7210/ES8311), ILI9xxx display, GT911 touch
  • RP2040: Raspberry Pi Pico W

Component Categories

  • Sensors: Temperature, humidity, motion, light, energy monitoring
  • Binary Sensors: GPIO, touch, presence detection
  • Switches: GPIO control, template switches
  • Lights: RGB, RGBW, addressable LEDs (WS2812)
  • Climate: Thermostats, IR remote control
  • Displays: OLED, TFT, e-paper with lambda rendering
  • Voice: Microphone, speaker, voice assistant

License

MIT License - see LICENSE for details.

Support