mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Correctly define requirements for emulated hue (#3535)
This commit is contained in:
parent
a61e08680a
commit
9683e3e3ad
@ -25,6 +25,8 @@ from homeassistant.components.light import (
|
||||
from homeassistant.components.http import (
|
||||
HomeAssistantView, HomeAssistantWSGI
|
||||
)
|
||||
# pylint: disable=unused-import
|
||||
from homeassistant.components.http import REQUIREMENTS # noqa
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
DOMAIN = 'emulated_hue'
|
||||
|
@ -28,6 +28,7 @@ SoCo==0.11.1
|
||||
# homeassistant.components.notify.twitter
|
||||
TwitterAPI==2.4.2
|
||||
|
||||
# homeassistant.components.emulated_hue
|
||||
# homeassistant.components.http
|
||||
Werkzeug==0.11.11
|
||||
|
||||
@ -55,6 +56,7 @@ blockchain==1.3.3
|
||||
# homeassistant.components.notify.aws_sqs
|
||||
boto3==1.3.1
|
||||
|
||||
# homeassistant.components.emulated_hue
|
||||
# homeassistant.components.http
|
||||
cherrypy==8.1.0
|
||||
|
||||
@ -452,6 +454,7 @@ speedtest-cli==0.3.4
|
||||
# homeassistant.scripts.db_migrator
|
||||
sqlalchemy==1.0.15
|
||||
|
||||
# homeassistant.components.emulated_hue
|
||||
# homeassistant.components.http
|
||||
static3==0.7.0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user