bump python-yeelight version (#5850)

Add an optional extended description…
This commit is contained in:
Teemu R 2017-02-10 14:45:31 +01:00 committed by Pascal Vizeli
parent a150a69cca
commit 1da6181491
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ from homeassistant.components.light import (
Light, PLATFORM_SCHEMA)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['yeelight==0.2.1']
REQUIREMENTS = ['yeelight==0.2.2']
_LOGGER = logging.getLogger(__name__)