infra/roles/hass-esphome/files/packages/boards/esp8266nodemcu.yaml

28 lines
482 B
YAML

---
esp8266:
board: nodemcuv2
light:
- platform: status_led
name: "Status LED"
id: esp_status_led
icon: "mdi:alarm-light"
entity_category: "config"
restore_mode: ALWAYS_OFF
pin:
number: D4
inverted: true
# aux led is present on all mine
- platform: status_led
name: "AUX LED"
id: esp_aux_led
icon: "mdi:alarm-light"
entity_category: "config"
restore_mode: ALWAYS_OFF
pin:
number: D0
inverted: true