-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathesphome_config.yaml
More file actions
48 lines (37 loc) · 1008 Bytes
/
esphome_config.yaml
File metadata and controls
48 lines (37 loc) · 1008 Bytes
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
esphome:
name: [device name]
platform: ESP32
board: wemos_d1_mini32
wifi:
ssid: [wifi ssid]
password: [wifi password]
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "[wifi fallback ssid]"
password: [wifi fallback passsword]
captive_portal:
logger:
# Enable Home Assistant API
api:
password: [api password]
encryption:
key: [api key]
ota:
password: [ota password]
# Sensor Setup
substitutions:
device_name: leapmmw
# This will vary based on your board
uart_tx_pin: GPIO21
# This will vary based on your board
uart_rx_pin: GPIO22
# This will vary based on your board
gpio_pin: GPIO16
header_file: leapmmw_sensor.h
packages:
remote_package:
url: https://github.com/hjmcnew/esphome-hs2xx3a-custom-component
ref: release
files: [packages/uart.yml, packages/leapmmw_sensor.yml]
# For additional debugging replace the above line with:
# files: [packages/uart_debug.yml, packages/leapmmw_sensor.yml]