1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Upgrade pwmled to 1.3.0 (#16624)

This commit is contained in:
Sören Oldag
2018-09-15 10:08:52 +02:00
committed by Martin Hjelmare
parent e054e4da1b
commit 00918af94d
2 changed files with 2 additions and 2 deletions

View File

@@ -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__)

View File

@@ -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