mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Added REQUIREMENTS list to temper.py
This commit is contained in:
parent
e6aabb9706
commit
6c6ae9cb1a
@ -11,6 +11,7 @@ from homeassistant.const import CONF_NAME, DEVICE_DEFAULT_NAME
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
REQUIREMENTS = ['https://github.com/rkabadi/temper-python/archive/master.zip']
|
||||||
|
|
||||||
# pylint: disable=unused-argument
|
# pylint: disable=unused-argument
|
||||||
def setup_platform(hass, config, add_devices_callback, discovery_info=None):
|
def setup_platform(hass, config, add_devices_callback, discovery_info=None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user