mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add requirement
This commit is contained in:
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…
x
Reference in New Issue
Block a user