-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample.yml
46 lines (34 loc) · 815 Bytes
/
example.yml
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
## Copy-paste the follow section into your new device template
packages:
Autonomous_Desk: github://at-karan-sharma/autonomous-desk-esphome/config/desky.yml@main
substitutions:
uart_tx_pin: "17"
uart_rx_pin: "16"
desk_min_height: "66"
desk_max_height: "131"
## User config below
esphome:
name: desky
friendly_name: Standing Desk Control
esp32:
board: esp32dev
framework:
type: arduino
logger:
api:
encryption:
key: # ENTER KEY
ota:
password: # ENTER PASSWORD
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Desky Fallback Hotspot"
password: # ENTER PASSWORD
manual_ip:
static_ip: 10.0.0.214
gateway: 10.0.0.1
subnet: 255.255.255.0
captive_portal: