-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathesp32-c3-super-mini-idf.yaml
63 lines (53 loc) · 1.05 KB
/
esp32-c3-super-mini-idf.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
55
56
57
58
59
60
61
62
63
esphome:
name: esp32c3-super-mini-idf
friendly_name: esp32c3-super-mini-idf
platformio_options:
board_build.flash_mode: dio
board_build.mcu: esp32c3
board_build.f_cpu: 160000000L
esp32:
board: esp32-c3-devkitm-1
framework:
type: esp-idf
# Enable logging
logger:
level: DEBUG
# Enable Home Assistant API
api:
ota:
ethernet:
type: W5500
mosi_pin: GPIO10
miso_pin: GPIO09
clk_pin: GPIO08
cs_pin: GPIO5
reset_pin: GPIO04
interrupt_pin: GPIO03
clock_speed: 25MHz
i2c:
scl: GPIO07
sda: GPIO06
scan: True
id: bus_a
sensor:
- platform: bmp280
temperature:
name: "Temperature"
unit_of_measurement: °C
accuracy_decimals: 1
pressure:
name: "Presuure"
unit_of_measurement: hPa
accuracy_decimals: 0
i2c_id: bus_a
address: 0x76
binary_sensor:
- platform: status
name: "Status"
text_sensor:
- platform: ethernet_info
ip_address:
name: IP Address
switch:
- platform: restart
name: "Restart"