Add requirement

pull/724/head
Fabian Affolter 2015-12-10 11:13:59 +01:00
parent 64e3db2444
commit 4286e116f3
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ from homeassistant.helpers.entity import Entity
from homeassistant.const import STATE_UNKNOWN
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['dweepy==0.2.0']
DEFAULT_NAME = 'Dweet.io Sensor'
CONF_DEVICE = 'device'