1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-10 07:12:21 +01:00

Add owner to all libraries used (#2604)

This commit is contained in:
Otto Winter
2021-10-22 14:14:14 +02:00
committed by GitHub
parent b5b3914bbf
commit 83bef85415
4 changed files with 5 additions and 5 deletions

View File

@@ -215,7 +215,7 @@ async def to_code(config):
await cg.register_component(var, config)
# https://github.com/OttoWinter/async-mqtt-client/blob/master/library.json
cg.add_library("ottowinter/AsyncMqttClient-esphome", "0.8.4")
cg.add_library("ottowinter/AsyncMqttClient-esphome", "0.8.6")
cg.add_define("USE_MQTT")
cg.add_global(mqtt_ns.using)