Files
rack-fan-controller/esphome/secrets.yaml.example
T
jazzymc 2f783dbc41 Initial commit: ESP32-C6 rack fan controller with ESPHome
3-zone PWM fan controller (intake/central/outtake) with DS18B20 temp
sensors, RPM monitoring, ST7789 LCD display, and Home Assistant
integration via ESPHome native API. USB-C PD powered.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 16:09:00 +00:00

6 lines
185 B
Plaintext

# Copy to secrets.yaml and fill in your values
wifi_ssid: "YourWiFiSSID"
wifi_password: "YourWiFiPassword"
api_encryption_key: "generate-with-esphome"
ota_password: "your-ota-password"