mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 05:47:10 +00:00
Added requirements to yr sensor
This commit is contained in:
parent
f912daf4b2
commit
72d7e6e9dd
@ -45,6 +45,9 @@ from homeassistant.helpers.entity import Entity
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
REQUIREMENTS = ['xmltodict']
|
||||||
|
|
||||||
# Sensor types are defined like so:
|
# Sensor types are defined like so:
|
||||||
SENSOR_TYPES = {
|
SENSOR_TYPES = {
|
||||||
'symbol': ['Symbol', ''],
|
'symbol': ['Symbol', ''],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user