mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 16:45:19 +02:00
Add requirement
This commit is contained in:
@@ -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'
|
||||||
|
Reference in New Issue
Block a user