-
Notifications
You must be signed in to change notification settings - Fork 16
/
shys-m5-dial.yaml
54 lines (45 loc) · 950 Bytes
/
shys-m5-dial.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
substitutions:
name: "m5-dial"
wifi_ssid: !secret wifi_ssid
wifi_password: !secret wifi_password
esphome:
name: ${name}
name_add_mac_suffix: false
project:
name: smarthomeyourself.m5_dial
version: "1.0"
platformio_options:
lib_deps:
- WiFi
- SPI
- FS
- Wire
- EEPROM
- ArduinoJson
- m5stack/M5Unified@0.1.14
- m5stack/M5Dial
external_components:
- source:
type: git
url: https://github.com/SmartHome-yourself/m5-dial-for-esphome/
ref: main
components: [shys_m5_dial]
dashboard_import:
package_import_url: github://SmartHome-yourself/m5-dial-for-esphome/shys-m5-dial.yaml@main
import_full_config: false
esp32:
board: esp32-s3-devkitc-1
framework:
type: arduino
logger:
level: DEBUG
api:
ota:
platform: esphome
improv_serial:
captive_portal:
wifi:
ssid: ${wifi_ssid}
password: ${wifi_password}
ap:
password: "12345678"