Update pwmled to 1.2.1. (#9040)

This commit is contained in:
Sören Oldag 2017-08-19 13:23:46 +02:00 committed by Fabian Affolter
parent 98370560e1
commit a748b5ee5e
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ from homeassistant.components.light import (
SUPPORT_BRIGHTNESS, SUPPORT_RGB_COLOR, SUPPORT_TRANSITION, PLATFORM_SCHEMA)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['pwmled==1.1.1']
REQUIREMENTS = ['pwmled==1.2.1']
_LOGGER = logging.getLogger(__name__)

View file

@ -511,7 +511,7 @@ pushbullet.py==0.11.0
pushetta==1.0.15
# homeassistant.components.light.rpi_gpio_pwm
pwmled==1.1.1
pwmled==1.2.1
# homeassistant.components.sensor.cpuspeed
py-cpuinfo==3.3.0