Jesse Hills
23f47d0ad2
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
2023-02-23 01:22:39 +00:00
Jesse Hills
c3a8972550
Add min_version to esphome config ( #3866 )
2022-10-05 16:30:56 +13:00
mechanarchy
08cbb97ec9
Allow Git credentials to be loaded from secrets ( #2825 )
2021-12-01 17:10:25 +13:00
Jesse Hills
73accf747f
Allow cloning/fetching Github PR branches in external_components ( #2639 )
2021-10-29 07:12:05 +13:00
Jesse Hills
f9b0666adf
Allow using a git source for a package ( #2193 )
2021-09-06 08:23:06 +12:00
Otto Winter
768c71830b
Fix external components not refreshing with default or high refresh time ( #2122 )
2021-08-04 17:33:17 +02:00
Maurice Makaay
80949521b6
Accept change as proposed by black. ( #2055 )
2021-07-22 14:37:42 +02:00
Otto Winter
06912b492f
Improve external components error messages ( #2026 )
2021-07-16 10:23:08 +02:00
Otto Winter
2376a2c941
Convert components to async-def syntax ( #1821 )
2021-05-24 10:58:29 +02:00
Otto Winter
229bf719a2
Implement external custom components installing from YAML ( #1630 )
...
* Move components import loading to importlib MetaPathFinder and importlib.resources
* Add external_components component
* Fix
* Fix
* fix cv.url return
* fix validate shorthand git
* implement git refresh
* Use finders from sys.path_hooks instead of looking for __init__.py
* use github:// schema
* error handling
* add test
* fix handling git output
* revert file check handling
* fix test
* allow full component path be specified for local
* fix test
* fix path handling
* lint
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2021-05-07 15:02:17 -03:00