20 lines
309 B
YAML
20 lines
309 B
YAML
esp32:
|
|
board: esp32doit-devkit-v1
|
|
|
|
packages:
|
|
wifi: !include wifi.yaml
|
|
ota: !include ota.yaml
|
|
mqtt: !include mqtt.yaml
|
|
uptime: !include uptime.yaml
|
|
restart: !include restart.yaml
|
|
|
|
logger:
|
|
|
|
status_led:
|
|
pin:
|
|
number: GPIO2
|
|
|
|
sensor:
|
|
- platform: esp32_hall
|
|
name: "ESP chip Hall Effect strength"
|