Created
October 1, 2021 22:46
-
-
Save cerebrate/29f95559e88039c0c6a3a4a647d16d10 to your computer and use it in GitHub Desktop.
Device-specific package for the ESP8266 HUZZAH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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