Created
February 26, 2021 18:01
-
-
Save KidA001/e6b76dc4756ac0e6b65c5e59f0b686c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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