Skip to content

Instantly share code, notes, and snippets.

@KidA001
Created February 26, 2021 18:01
Show Gist options
  • Save KidA001/e6b76dc4756ac0e6b65c5e59f0b686c1 to your computer and use it in GitHub Desktop.
Save KidA001/e6b76dc4756ac0e6b65c5e59f0b686c1 to your computer and use it in GitHub Desktop.
esphome:
name: fairy_light_1
platform: ESP32
board: nodemcu-32s
# wifi settings
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_pw
power_save_mode: none
ap:
ssid: "fairyLight1AP"
password: !secret ap_pw
captive_portal:
logger:
api:
ota:
output:
- platform: ledc
pin: GPIO16
id: gpio_16
light:
- platform: monochromatic
output: gpio_16
name: "Fairy Light 1"
default_transition_length: 3s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment