mirror of
https://github.com/esphome/esphome.git
synced 2025-09-17 10:42:21 +01:00
Update dependencies (#653)
* Update pio dependencies * Platformio 4 * Fixes * Update platformio_api.py * Lint
This commit is contained in:
@@ -20,4 +20,6 @@ def to_code(config):
|
||||
var = cg.new_Pvariable(config[CONF_ID])
|
||||
yield cg.register_component(var, config)
|
||||
yield uart.register_uart_device(var, config)
|
||||
|
||||
# https://platformio.org/lib/show/1655/TinyGPSPlus
|
||||
cg.add_library('TinyGPSPlus', '1.0.2')
|
||||
|
Reference in New Issue
Block a user