Upgrade pwmled to 1.3.0 (#16624)

This commit is contained in:
Sören Oldag 2018-09-15 10:08:52 +02:00 committed by Martin Hjelmare
parent e054e4da1b
commit 00918af94d
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ from homeassistant.components.light import (
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__)