-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFirstFloorESP.yaml
58 lines (47 loc) · 1.35 KB
/
FirstFloorESP.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
name first-floor
friendly_name First Floor ESP
esphome
name ${name}
# Friendly names are used where appropriate in Home Assistant
friendly_name ${friendly_name}
# Automatically add the mac address to the name
# so you can use a single firmware for all devices
name_add_mac_suffix true
# This will allow for (future) project identification,
# configuration and updates.
project
name esphome.project-template
version 1.0
esp32
board esp32dev
framework
type arduino
# To be able to get logs from the device via serial and api.
logger
# Enable Home Assistant API
api
encryption
key !secret firstfloorkey
ota
- platform esphome
password !secret firstfloorotakey
wifi
networks
- ssid !secret wifi_ssid
password !secret wifi_password
- ssid !secret wifi_ssid1
password !secret wifi_password1
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap
ssid First-Floor Fallback Hotspot
password !secret wifi_password
dashboard_import
package_import_url githubesphomeAkashPanjaESPHOME-ProjectsFirstFloorESP.yaml
import_full_config false # or true
captive_portal
esp32_improv
authorizer none
# Sets up the improv via serial client for Wi-Fi provisioning
improv_serial
next_url httpswww.improv-wifi.com