esphome: name: adr friendly_name: ADR esp32: board: esp32dev framework: type: arduino # Enable logging logger: # Enable Home Assistant API api: encryption: key: "ZWeLIQ6pHBi8F7iz8oU50b5e4pOntKh7crgfrRpT0NQ=" ota: password: "0d1fac93b813af333e08eee312020918" wifi: ssid: !secret wifi_ssid password: !secret wifi_password # Enable fallback hotspot (captive portal) in case wifi connection fails ap: ssid: "Adr Fallback Hotspot" password: "GOSjJDSsz6Z5" captive_portal: output: - platform: ac_dimmer id: dimmer1 gate_pin: 33 zero_cross_pin: number: 25 mode: input: true inverted: no min_power: 35% light: - platform: monochromatic output: dimmer1 name: adr_lamp default_transition_length: 100ms