mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update pwmled to 1.2.1. (#9040)
This commit is contained in:
parent
98370560e1
commit
a748b5ee5e
@ -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…
x
Reference in New Issue
Block a user