Add requirement
parent
64e3db2444
commit
4286e116f3
|
@ -15,6 +15,7 @@ from homeassistant.helpers.entity import Entity
|
||||||
from homeassistant.const import STATE_UNKNOWN
|
from homeassistant.const import STATE_UNKNOWN
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
REQUIREMENTS = ['dweepy==0.2.0']
|
||||||
|
|
||||||
DEFAULT_NAME = 'Dweet.io Sensor'
|
DEFAULT_NAME = 'Dweet.io Sensor'
|
||||||
CONF_DEVICE = 'device'
|
CONF_DEVICE = 'device'
|
||||||
|
|
Loading…
Reference in New Issue