mirror of
https://github.com/home-assistant/core.git
synced 2025-11-17 06:50:12 +00:00
* Switch to xmltodict and pass over missing temperature (fixes #2433) * Add guard clauses
This commit is contained in:
committed by
Paulus Schoutsen
parent
675283c23e
commit
a0c1c918b8
@@ -18,8 +18,7 @@ from homeassistant.util import dt as dt_util
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
REQUIREMENTS = ['xmltodict']
|
||||
REQUIREMENTS = ['xmltodict==0.10.2']
|
||||
|
||||
# Sensor types are defined like so:
|
||||
SENSOR_TYPES = {
|
||||
|
||||
Reference in New Issue
Block a user