Upgrade pwmled to 1.4.0 (#19783)
This commit is contained in:
parent
fb5b5223fb
commit
0125b3fd80
2 changed files with 2 additions and 2 deletions
|
@ -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.3.0']
|
REQUIREMENTS = ['pwmled==1.4.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -839,7 +839,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.3.0
|
pwmled==1.4.0
|
||||||
|
|
||||||
# homeassistant.components.august
|
# homeassistant.components.august
|
||||||
py-august==0.7.0
|
py-august==0.7.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue