From 76f78877f6ef0f8a18d3073613b20a7d659c6ec0 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 19 May 2021 04:55:49 +0200 Subject: [PATCH] Use latest version of the NeoPixelBus-esphome library (#1701) --- esphome/components/neopixelbus/light.py | 2 +- platformio.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/esphome/components/neopixelbus/light.py b/esphome/components/neopixelbus/light.py index 0cf8057b8e..ae3a941bf9 100644 --- a/esphome/components/neopixelbus/light.py +++ b/esphome/components/neopixelbus/light.py @@ -205,4 +205,4 @@ def to_code(config): cg.add(var.set_pixel_order(getattr(ESPNeoPixelOrder, config[CONF_TYPE]))) # https://github.com/Makuna/NeoPixelBus/blob/master/library.json - cg.add_library("NeoPixelBus-esphome", "2.5.7") + cg.add_library("NeoPixelBus-esphome", "2.6.2") diff --git a/platformio.ini b/platformio.ini index 7a63ea67a9..002e0d4695 100644 --- a/platformio.ini +++ b/platformio.ini @@ -15,7 +15,7 @@ lib_deps = ArduinoJson-esphomelib@5.13.3 ESPAsyncWebServer-esphome@1.2.7 fastled/FastLED@3.3.2 - NeoPixelBus-esphome@2.5.7 + NeoPixelBus-esphome@2.6.2 ESPAsyncTCP-esphome@1.2.3 1655@1.0.2 ; TinyGPSPlus (has name conflict) 6865@1.0.0 ; TM1651 Battery Display