mirror of
https://github.com/esphome/esphome.git
synced 2025-09-04 04:12:23 +01:00
Initial stab at importing idf components (#4000)
* Initial stab at importing idf components * Handle repo with multiple components Allow components directly from yaml * Actually use the refresh config var * Update esphome/components/esp32/__init__.py
This commit is contained in:
@@ -797,6 +797,9 @@ CONF_X_GRID = "x_grid"
|
||||
CONF_Y_GRID = "y_grid"
|
||||
CONF_ZERO = "zero"
|
||||
|
||||
TYPE_GIT = "git"
|
||||
TYPE_LOCAL = "local"
|
||||
|
||||
ENV_NOGITIGNORE = "ESPHOME_NOGITIGNORE"
|
||||
ENV_QUICKWIZARD = "ESPHOME_QUICKWIZARD"
|
||||
|
||||
|
Reference in New Issue
Block a user