forked from athom-tech/athom-configs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
athom-relay-board-x1.yaml
87 lines (68 loc) · 1.46 KB
/
athom-relay-board-x1.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
substitutions:
device_name: "athom-relay-board-x1"
project_name: "Athom Technology.Relay-Board-X1"
project_version: "1.0"
relay_restore_mode: RESTORE_DEFAULT_OFF
esphome:
name: "${device_name}"
friendly_name: ""
name_add_mac_suffix: true
project:
name: "${project_name}"
version: "${project_version}"
esp8266:
board: esp8285
restore_from_flash: true
preferences:
flash_write_interval: 1min
api:
ota:
logger:
web_server:
port: 80
wifi:
ap: {} # This spawns an AP with the device name and mac address with no password.
captive_portal:
dashboard_import:
package_import_url: github://athom-tech/athom-configs/athom-relay-board-x1.yaml
binary_sensor:
- platform: status
name: "Status"
sensor:
- platform: uptime
name: "Uptime Sensor"
- platform: wifi_signal
name: "${friendly_name} WiFi Signal"
update_interval: 60s
button:
- platform: factory_reset
name: "Reset"
id: Reset
- platform: safe_mode
name: "Safe Mode"
internal: false
switch:
# Relay
- platform: gpio
name: "Relay"
pin: GPIO5
id: relay1
restore_mode: ${relay_restore_mode}
light:
- platform: status_led
name: "Status LED"
disabled_by_default: true
pin:
inverted: true
number: GPIO16
text_sensor:
- platform: wifi_info
ip_address:
name: "IP Address"
ssid:
name: "Connected SSID"
mac_address:
name: "Mac Address"
time:
- platform: sntp
id: sntp_time