-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathc3miniv1.yaml
More file actions
41 lines (35 loc) · 652 Bytes
/
Copy pathc3miniv1.yaml
File metadata and controls
41 lines (35 loc) · 652 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
esp32:
board: lolin_c3_mini
# variant: esp32c3
framework:
type: esp-idf
# Enable logging
logger:
# Enable Home Assistant API
api:
# OTA is required for Over-the-Air updating
ota:
- platform: esphome
id: ota_esphome
wifi:
# Enable for Wemos C3 mini v1.0.0
output_power: 8.5
light:
- platform: status_led
id: _status_led
name: "Status"
pin:
number: GPIO7
inverted: True
internal: True
binary_sensor:
- platform: gpio
id: boot_button
pin:
number: GPIO9
mode:
input: True
pullup: True
inverted: True
ignore_strapping_warning: True
internal: True