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

Update platformio libraries (#837)

* Update platformio libraries

* Lint
This commit is contained in:
Otto Winter
2019-11-05 22:28:19 +01:00
committed by GitHub
parent 5c56f15c67
commit d97bc95798
4 changed files with 7 additions and 17 deletions

View File

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