Fix reference to external components

This commit is contained in:
Edward Firmo
2023-11-03 17:14:20 +01:00
parent 852ba63038
commit ffce653d16

View File

@@ -20,15 +20,18 @@ substitutions:
external_components: external_components:
# - source: github://pr#3256 # adds esp-idf support to http_request # - source: github://pr#3256 # adds esp-idf support to http_request
# components: # components:
- http_request # - http_request
- source: github://pr#5667 #5484 #5660 # adds exit reparse to Nextion library - source: github://pr#5667 #5484 #5660 # adds exit reparse to Nextion library
components:
- nextion
refresh: 300s
# - source: # - source:
# type: git # type: git
# url: https://github.com/edwardtfn/esphome # url: https://github.com/edwardtfn/esphome
# ref: nextion-esp-idf # ref: nextion-esp-idf
components: # components:
- nextion # - nextion
refresh: 300s # refresh: 1s
##### HTTP REQUEST ##### ##### HTTP REQUEST #####
# Enables http client # # Enables http client #