Add owner to all libraries used (#2604)

This commit is contained in:
Otto Winter
2021-10-22 14:14:14 +02:00
committed by Otto winter
parent ff2c316b18
commit dfb96e4b7f
4 changed files with 5 additions and 5 deletions
@@ -28,4 +28,4 @@ async def to_code(config):
cg.add_library("FS", None)
cg.add_library("Update", None)
# https://github.com/esphome/ESPAsyncWebServer/blob/master/library.json
cg.add_library("esphome/ESPAsyncWebServer-esphome", "1.3.0")
cg.add_library("esphome/ESPAsyncWebServer-esphome", "1.3.1")