Update library version for Yeelight Sunflower lights platform (fix for packaging problem with 0.0.7) (#6233)
parent
fbea5b4cac
commit
7f99e99dad
|
@ -15,7 +15,7 @@ from homeassistant.components.light import (Light,
|
|||
from homeassistant.const import CONF_HOST
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['yeelightsunflower==0.0.6']
|
||||
REQUIREMENTS = ['yeelightsunflower==0.0.8']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -772,7 +772,7 @@ yahooweather==0.8
|
|||
yeelight==0.2.2
|
||||
|
||||
# homeassistant.components.light.yeelightsunflower
|
||||
yeelightsunflower==0.0.6
|
||||
yeelightsunflower==0.0.8
|
||||
|
||||
# homeassistant.components.light.zengge
|
||||
zengge==0.2
|
||||
|
|
Loading…
Reference in New Issue