-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.yaml
56 lines (44 loc) · 880 Bytes
/
base.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
substitutions:
device_name: "common"
friendly_name: "Common"
esphome:
name: "${device_name}"
friendly_name: "${friendly_name}"
# Enable logging
logger:
# Enable Home Assistant API
api:
ota:
- platform: esphome
#on_error:
#- button.press: restart_button
time:
- platform: homeassistant
id: homeassistant_time
binary_sensor:
- platform: status
name: "Connect"
text_sensor:
- platform: wifi_info
ip_address:
name: "IP Address"
ssid:
name: "SSID"
mac_address:
name: "MAC Address"
sensor:
- platform: wifi_signal
name: "WiFi Strength"
update_interval: 60s
- platform: uptime
name: "Uptime"
button:
- platform: restart
id: restart_button
name: "Reboot"
entity_category: config
switch:
- platform: safe_mode
name: "Safe Mode"
id: device_safe_mode
entity_category: config