Upgrade pwmled to 1.3.0 (#16624)
parent
e054e4da1b
commit
00918af94d
|
@ -15,7 +15,7 @@ from homeassistant.components.light import (
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
import homeassistant.util.color as color_util
|
import homeassistant.util.color as color_util
|
||||||
|
|
||||||
REQUIREMENTS = ['pwmled==1.2.1']
|
REQUIREMENTS = ['pwmled==1.3.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -721,7 +721,7 @@ pushbullet.py==0.11.0
|
||||||
pushetta==1.0.15
|
pushetta==1.0.15
|
||||||
|
|
||||||
# homeassistant.components.light.rpi_gpio_pwm
|
# homeassistant.components.light.rpi_gpio_pwm
|
||||||
pwmled==1.2.1
|
pwmled==1.3.0
|
||||||
|
|
||||||
# homeassistant.components.august
|
# homeassistant.components.august
|
||||||
py-august==0.6.0
|
py-august==0.6.0
|
||||||
|
|
Loading…
Reference in New Issue