From 00918af94df0ed9be4e7243ebecbb54b4e85533c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Oldag?= <soeren_oldag@freenet.de> Date: Sat, 15 Sep 2018 10:08:52 +0200 Subject: [PATCH] Upgrade pwmled to 1.3.0 (#16624) --- homeassistant/components/light/rpi_gpio_pwm.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/light/rpi_gpio_pwm.py b/homeassistant/components/light/rpi_gpio_pwm.py index 5a0e0546b1f..25c72c247ee 100644 --- a/homeassistant/components/light/rpi_gpio_pwm.py +++ b/homeassistant/components/light/rpi_gpio_pwm.py @@ -15,7 +15,7 @@ from homeassistant.components.light import ( import homeassistant.helpers.config_validation as cv import homeassistant.util.color as color_util -REQUIREMENTS = ['pwmled==1.2.1'] +REQUIREMENTS = ['pwmled==1.3.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index ec5bf752393..d9cf55041cc 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -721,7 +721,7 @@ pushbullet.py==0.11.0 pushetta==1.0.15 # homeassistant.components.light.rpi_gpio_pwm -pwmled==1.2.1 +pwmled==1.3.0 # homeassistant.components.august py-august==0.6.0 -- GitLab