-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathled_mansarda.yaml
More file actions
49 lines (40 loc) · 855 Bytes
/
led_mansarda.yaml
File metadata and controls
49 lines (40 loc) · 855 Bytes
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
esphome:
name: led_mansarda
friendly_name: Led mansarda
esp8266:
board: esp01_1m
# Enable logging
logger:
level: INFO
preferences:
flash_write_interval: 6h
mdns:
disabled: True
# Enable Home Assistant API
api:
encryption:
key: !secret api_key
ota:
- platform: esphome
password: !secret ota_pwd_sec
wifi:
ssid: !secret wifi_dmz_ssid
password: !secret wifi_dmz_password
use_address: 192.168.2.15
output:
- platform: esp8266_pwm
pin: GPIO1
frequency: 1000 Hz
id: 'output_cold_white'
- platform: esp8266_pwm
pin: GPIO2
frequency: 1000 Hz
id: 'output_warm_white'
light:
- platform: cwww
name: "Led Mansarda"
cold_white: output_cold_white
warm_white: output_warm_white
cold_white_color_temperature: 6536 K
warm_white_color_temperature: 2000 K
constant_brightness: true