Update liffylights version
This commit is contained in:
parent
58034219b6
commit
711f2da496
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ light:
|
|||
"""
|
||||
# pylint: disable=missing-docstring
|
||||
|
||||
import liffylights
|
||||
from liffylights import liffylights
|
||||
import logging
|
||||
import colorsys
|
||||
from homeassistant.helpers.event import track_time_change
|
||||
|
@ -29,7 +29,7 @@ from homeassistant.components.light import \
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['liffylights==0.3']
|
||||
REQUIREMENTS = ['liffylights==0.4']
|
||||
DEPENDENCIES = []
|
||||
|
||||
CONF_SERVER = "server" # server address configuration item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue