-
Notifications
You must be signed in to change notification settings - Fork 1
/
basement.yaml
67 lines (54 loc) · 1.16 KB
/
basement.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
esphome:
name: basement
platform: ESP8266
board: esp12e
esp8266_restore_from_flash: yes
wifi:
ssid: !secret wifi-ssid
password: !secret wifi-pwd
use_address: esp-basement.ak-online.be
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Basement Fallback Hotspot"
password: !secret fallback-password
mdns:
disabled: true
captive_portal:
# Enable logging
logger:
# Enable Home Assistant API
#api:
mqtt:
broker: mqtt.ak-online.be
discovery: true
topic_prefix: esphome/basement
ota:
web_server:
port: 80
include_internal: true
i2c:
sda: GPIO4
scl: GPIO5
scan: True
button:
- platform: restart
name: restart
sensor:
- platform: wifi_signal
name: "WiFi Signal ESP Basement"
update_interval: 60s
- platform: bme280
temperature:
name: "Basement Temperature"
oversampling: 16x
pressure:
name: "Basement Pressure"
humidity:
name: "Basement Humidity"
address: 0x76
update_interval: 30s
# - platform: bh1750
# name: "Basement Illuminance"
# address: 0x23
# #measurement_time: 69
# update_interval: 30s