esphome: name: candle-back-garden-1 friendly_name: Candle_back_garden_1 on_boot: priority: -100 then: - light.turn_on: id: Candle_Garden_1 effect: "Flicker Effect With Custom Values" brightness: 100% red: 85% green: 51% blue: 3% esp8266: board: d1_mini # Enable logging logger: esp8266_store_log_strings_in_flash: false # Enable Home Assistant API api: encryption: key: "YOUR_ENCRYPTION_KEY" ota: - platform: esphome password: "YOUR_PASSWORD" wifi: use_address: 192.168.178.112 min_auth_mode: WPA2 reboot_timeout: 600s # Enable fallback hotspot (captive portal) in case wifi connection fails ap: ssid: "Candle-Back-Garden-1" password: !secret wifi_password networks: - ssid: !secret wifi_ssid password: !secret wifi_password #bssid: 10:27:F5:87:00:BA web_server: local: true version: 3 auth: username: !secret web_server_username password: !secret web_server_password captive_portal: button: - platform: restart name: "Candle WS2812B Light 1 REBOOT" id: Candle_WS2812B_Light_1_REBOOT light: - platform: neopixelbus type: GRB variant: 800kbps pin: GPIO3 method: type: esp8266_dma num_leds: 3 restore_mode: RESTORE_DEFAULT_ON gamma_correct: 1.5 name: "Candle Garden 1" id: Candle_Garden_1 effects: - flicker: name: Flicker Effect With Custom Values alpha: 80% intensity: 6% - platform: status_led name: "Switch state" restore_mode: RESTORE_DEFAULT_ON pin: number: GPIO02 inverted: true