-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheating-eg.yaml
46 lines (40 loc) · 1017 Bytes
/
heating-eg.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
esphome:
name: heating-eg
friendly_name: "Heating EG"
area: "Workshop"
project:
name: dasfoo.heating-eg
version: "1.0"
esp8266:
board: esp12e
packages:
wifi: !include templates/wifi.yaml
ota: !include templates/ota.yaml
mqtt: !include templates/mqtt.yaml
uptime: !include templates/uptime.yaml
restart: !include templates/restart.yaml
syslog: !include templates/syslog.yaml
logger:
status_led:
pin:
number: GPIO5
inverted: true
switch:
# Switches in the order of relais onboard, ltr.
# Specified onboard LED number.
- platform: gpio
pin: GPIO16 # LED 2
restore_mode: RESTORE_DEFAULT_OFF
name: "Living Room dining"
- platform: gpio
pin: GPIO14 # LED 3
restore_mode: RESTORE_DEFAULT_OFF
name: "Guest Toilet and Entryway"
- platform: gpio
pin: GPIO12 # LED 1
restore_mode: RESTORE_DEFAULT_OFF
name: "Kitchen"
- platform: gpio
pin: GPIO13 # LED 4
restore_mode: RESTORE_DEFAULT_OFF
name: "Living Room entertainment"