mirror of
https://github.com/home-assistant/core.git
synced 2025-06-19 04:27:07 +00:00
Update liffylights version
This commit is contained in:
parent
58034219b6
commit
711f2da496
@ -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…
x
Reference in New Issue
Block a user