Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/light/yeelightsunflower.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
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__)

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