Added REQUIREMENTS back to Ambient (#22875)

This commit is contained in:
Aaron Bach 2019-04-07 22:02:03 -06:00 committed by Rohan Kapoor
parent 8bebd8583f
commit 4982c0b196

View File

@ -20,6 +20,8 @@ from .const import (
ATTR_LAST_DATA, CONF_APP_KEY, DATA_CLIENT, DOMAIN, TOPIC_UPDATE,
TYPE_BINARY_SENSOR, TYPE_SENSOR)
REQUIREMENTS = ['aioambient==0.3.0']
_LOGGER = logging.getLogger(__name__)
DATA_CONFIG = 'config'