Added requirements to yr sensor
This commit is contained in:
parent
f912daf4b2
commit
72d7e6e9dd
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ from homeassistant.helpers.entity import Entity
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
REQUIREMENTS = ['xmltodict']
|
||||
|
||||
# Sensor types are defined like so:
|
||||
SENSOR_TYPES = {
|
||||
'symbol': ['Symbol', ''],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue