-
Notifications
You must be signed in to change notification settings - Fork 1
/
beacon-office.yaml
58 lines (44 loc) · 939 Bytes
/
beacon-office.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
esphome:
name: beacon_office
platform: ESP32
board: nodemcu-32s
#platformio_options:
#upload_speed: 115200
wifi:
ssid: !secret wifi-east
password: !secret wifi-pwd
use_address: beacon_office.ak-online.be
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Beacon Office 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/beacon-office
ota:
web_server:
port: 80
include_internal: true
esp32_ble_beacon:
type: iBeacon
uuid: '3132128b-80f2-0c01-a98a-25d8216786cf'
sensor:
- platform: wifi_signal
name: "WiFi Signal Beacon Office"
update_interval: 60s
output:
- platform: gpio
pin: GPIO02
id: out_led
light:
- platform: binary
id: status
output: out_led