Skip to content

Commit

Permalink
Upgrade pwmled to 1.3.0 (#16624)
Browse files Browse the repository at this point in the history
  • Loading branch information
soldag authored and MartinHjelmare committed Sep 15, 2018
1 parent e054e4d commit 00918af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/light/rpi_gpio_pwm.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
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__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00918af

Please sign in to comment.