Update pwmled to 1.2.1. (#9040)
This commit is contained in:
parent
98370560e1
commit
a748b5ee5e
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue