-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathwemos_d1_mini_1c91ea.yaml
58 lines (45 loc) · 1012 Bytes
/
wemos_d1_mini_1c91ea.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
substitutions:
device_name: "Wemos D1 mini [1C91EA]"
host_name: "wemos-d1-mini-1c91ea"
esphome:
name: ${host_name}
friendly_name: ${device_name}
esp8266:
board: d1_mini
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
domain: !secret local_domain
ap:
ssid: ${device_name}
password: !secret esphome_password
captive_portal:
logger:
baud_rate: 0
api:
encryption:
key: !secret encryption_key
ota:
platform: esphome
password: !secret esphome_password
web_server:
port: 80
auth:
username: !secret web_server_username
password: !secret web_server_password
time:
- platform: homeassistant
button:
- platform: restart
name: "Uruchom ponownie"
device_class: "restart"
sensor:
- platform: uptime
name: "Ostatni restart"
type: "timestamp"
entity_category: "diagnostic"
- platform: wifi_signal
name: "Siła sygnału"
update_interval: 300s
device_class: "signal_strength"
entity_category: "diagnostic"