-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheating-og.yaml
55 lines (50 loc) · 1.16 KB
/
heating-og.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
51
52
53
54
55
esphome:
name: heating-og
friendly_name: "Heating OG"
area: "Bedroom"
project:
name: dasfoo.heating-og
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:
switch:
- platform: gpio
pin: GPIO16
name: "Shower"
restore_mode: RESTORE_DEFAULT_OFF
- platform: gpio
pin: GPIO14
name: "Bedroom"
restore_mode: RESTORE_DEFAULT_OFF
- platform: gpio
pin: GPIO12
name: "Wardrobe"
restore_mode: RESTORE_DEFAULT_OFF
- platform: gpio
pin: GPIO13
name: "Office and Hallway"
restore_mode: RESTORE_DEFAULT_OFF
- platform: gpio
pin: GPIO15
name: "Child West"
restore_mode: RESTORE_DEFAULT_OFF
- platform: gpio
pin: GPIO00
name: "Bathroom"
restore_mode: RESTORE_DEFAULT_OFF
- platform: gpio
pin: GPIO04
name: "Child East"
restore_mode: RESTORE_DEFAULT_OFF
- platform: gpio
pin: GPIO05
id: unused_relay8
restore_mode: RESTORE_DEFAULT_OFF