-
Notifications
You must be signed in to change notification settings - Fork 0
/
home_blinky_thingy.yaml
50 lines (45 loc) · 1.16 KB
/
home_blinky_thingy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
substitutions:
device_name: snp_hbt_1
device_fallback_ap_password: !secret hbt_device_fallback_ap_password
device_api_password: !secret hbt_device_api_password
device_ota_password: !secret hbt_device_ota_password
wifi_ssid: !secret home_wifi_ssid
wifi_password: !secret home_wifi_password
packages:
base: !include includes/feather_esp32_base.yaml
wifi: !include includes/wifi_common.yaml
device_common: !include includes/device_common.yaml
esphome:
libraries:
- "FastLED GFX Library"
api:
services:
- service: start_timer
variables:
red_color: float
green_color: float
blue_color: float
brightness: float
then:
- logger.log: Wowoowoow
light:
- platform: fastled_clockless
chipset: NEOPIXEL
pin: GPIO32
num_leds: 32
name: "Adafruit NeoPixel FeatherWing"
effects:
- addressable_rainbow:
name: Happy Effect
speed: 10
- addressable_twinkle:
name: Twinkle Effect
twinkle_probability: 5%
sensor:
- platform: adc
pin: A13
name: "Battery Voltage"
update_interval: 60s
attenuation: 11db
filters:
- multiply: 2