Last active
December 23, 2024 12:26
-
-
Save markusressel/c8e3d5ff3893935920f3e27e65e7e3bb to your computer and use it in GitHub Desktop.
ESPHome configuration example to create an animated clock using the Neopixel 60 LED ring
This file contains 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
Moved to https://github.com/markusressel/ESPHome-Analog-Clock |
In all normal use cases you don't need to install anything when running ESPHome except
esphome
itself. Your only input is theyaml
file which declares what you want to use and the ESPHome build process will take care of all the dependencies. Don't try to make things more difficult than they are, my advice would be:
- Really follow the "Getting started" steps on the esphome website (don't invent other steps, really follow what's explained there with the first simple example and get that working)
- Maybe join one of their platforms if you still have questions, this here is not a general esphome support page
Nothing in the "Getting Started" section that states if the neopixel libraries come pre-installed. That is what I was asking about since this topic was about creating a clock using neopixels and esphome.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In all normal use cases you don't need to install anything when running ESPHome except
esphome
itself. Your only input is theyaml
file which declares what you want to use and the ESPHome build process will take care of all the dependencies. Don't try to make things more difficult than they are, my advice would be: