1
0
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:
Jesse Hills
2023-02-23 14:22:39 +13:00
committed by GitHub
parent f98d93efa8
commit 23f47d0ad2
5 changed files with 163 additions and 68 deletions

View File

@@ -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"