Skip to content

Instantly share code, notes, and snippets.

@cerebrate
Created October 1, 2021 22:46
Show Gist options
  • Save cerebrate/29f95559e88039c0c6a3a4a647d16d10 to your computer and use it in GitHub Desktop.
Save cerebrate/29f95559e88039c0c6a3a4a647d16d10 to your computer and use it in GitHub Desktop.
Device-specific package for the ESP8266 HUZZAH
# Common features for all Adafruit Feather ESP8266 HUZZAH device nodes.
esphome:
name: ${deviceName}
platform: ESP8266
board: huzzah
comment: ${description}
project:
name: "avatar.${deviceName}"
version: "${version}"
# Enable status LED
status_led:
pin:
# 0 is red LED (inverted)
number: 0
inverted: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment