Created
November 25, 2019 20:57
-
-
Save mplinuxgeek/8f2431fb0998e3a32a9f574c85f4cbf4 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: magic_home_01 | |
platform: ESP8266 | |
board: esp01_1m | |
wifi: | |
ssid: "" | |
password: "" | |
# Change wifi output power (added in 1.14.3) | |
#output_power: 15dB | |
# Enable fallback hotspot (captive portal) in case wifi connection fails (added in 1.14.0) | |
ap: | |
ssid: "Magic_Home_01" | |
password: "" | |
web_server: | |
port: 80 | |
mqtt: | |
broker: 192.168.1.60 | |
logger: | |
#api: | |
# password: "" | |
ota: | |
password: "" | |
light: | |
- platform: fastled_clockless | |
chipset: WS2811 | |
pin: GPIO4 | |
rgb_order: GRB | |
num_leds: 75 | |
name: "Magic Home 01" | |
effects: | |
- flicker: | |
alpha: 75% | |
intensity: 25% | |
- addressable_scan: | |
move_interval: 100ms | |
- addressable_color_wipe: | |
name: Color Wipe Effect With Custom Values | |
colors: | |
- red: 100% | |
green: 0% | |
blue: 0% | |
num_leds: 3 | |
- red: 0% | |
green: 100% | |
blue: 0% | |
num_leds: 3 | |
add_led_interval: 100ms | |
reverse: False | |
- addressable_flicker: | |
- addressable_rainbow: | |
speed: 4 | |
width: 100 | |
- addressable_twinkle: | |
name: Twinkle Effect With Custom Values | |
twinkle_probability: 15% | |
progress_interval: 25ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment