homelab-codex-ws/hardware/esp/ir-ac-ha-integration/docker-compose.yml
oskar 423f871486 feat(hardware): ESPHome Gree IR blaster (Wemos D1 Mini + Grove IR)
Native ESPHome gree climate component over the API, no MQTT/Broadlink/Tuya.
HA on piha runs as a plain Docker container (not HAOS), so ESPHome is a
manual docker compose run --rm invocation, not a managed service — device
is deliberately not registered in hosts/piha/services.yaml.
2026-07-22 16:46:03 +02:00

8 lines
236 B
YAML

# Not a daemon — no `up -d`. ESPHome compiles/flashes and exits.
# Invoke via deploy.sh, which wraps `docker compose run --rm esphome ...`.
services:
esphome:
image: ghcr.io/esphome/esphome:stable
volumes:
- .:/config