Update yeelightsunflower to 0.0.10 (#13448)

* Update yeelightsunflower to 0.0.10

* Update yeelightsunflower platform to 0.0.10
This commit is contained in:
Lindsay Ward 2018-03-27 02:27:53 +10:00 committed by Fabian Affolter
parent a6e455a070
commit 2e3ec121d1
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ from homeassistant.components.light import (
from homeassistant.const import CONF_HOST
import homeassistant.util.color as color_util
REQUIREMENTS = ['yeelightsunflower==0.0.8']
REQUIREMENTS = ['yeelightsunflower==0.0.10']
_LOGGER = logging.getLogger(__name__)

View file

@ -1307,7 +1307,7 @@ yahooweather==0.10
yeelight==0.4.0
# homeassistant.components.light.yeelightsunflower
yeelightsunflower==0.0.8
yeelightsunflower==0.0.10
# homeassistant.components.media_extractor
youtube_dl==2018.03.10