-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yaml
38 lines (29 loc) · 818 Bytes
/
config.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
esphome:
name: standing-desk
platform: ESP8266
board: d1_mini
project:
name: tj_horner.wifi_desk_controller
version: "0.0.8"
logger:
level: DEBUG
dashboard_import:
package_import_url: github://tjhorner/wifi-desk-controller/firmware/config.yaml
packages:
standing_desk: github://tjhorner/esphome-standing-desk/configs/template.yaml
presets_addon: github://tjhorner/esphome-standing-desk/configs/addons/presets.yaml
# Make sure to change DESK_BRAND to your desk's brand (either uplift_v2 or fully_jarvis)
desk_config: github://tjhorner/esphome-standing-desk/configs/desks/DESK_BRAND.yaml
wifi:
ap:
ssid: "Standing Desk Controller"
password: "hunter2hunter2"
captive_portal:
improv_serial:
api:
password: ""
reboot_timeout: 0s
web_server:
port: 80
ota:
password: ""