esphome: name: 3dprinter-led friendly_name: "3D Printer LED" area: Office on_boot: priority: -100 then: - light.control: id: led_strip brightness: 50% red: 70% green: 70% blue: 70% color_brightness: 70% white: 70% esp8266: board: d1_mini # Enable logging logger: # Enable Home Assistant API api: encryption: key: !secret api_encryption_key # OTA ota: - platform: esphome password: !secret ota_password # WiFi Credentials wifi: domain: .lan ssid: !secret wifi_ssid password: !secret wifi_password # Enable fallback hotspot (captive portal) in case wifi connection fails ap: ssid: "Couchlight Fallback Hotspot" password: !secret wifi_ap_password captive_portal: light: - platform: neopixelbus name: None icon: "mdi:led-strip-variant" id: led_strip type: GRBW variant: SK6812 #800KBPS num_leds: 35 pin: D4 # GPIO2 method: type: esp8266_uart bus: 1 default_transition_length: 300ms