Update to dsmr_parser supporting v5 arguments.

This commit is contained in:
Johan Bloemberg
2017-05-12 22:43:41 +02:00
parent 53e8de112c
commit 3567de4b90
3 changed files with 3 additions and 7 deletions

View File

@@ -40,11 +40,7 @@ import voluptuous as vol
_LOGGER = logging.getLogger(__name__)
# REQUIREMENTS = ['dsmr_parser==0.9']
# using dev branch until released upstream
# https://github.com/ndokter/dsmr_parser/pull/23
REQUIREMENTS = ['https://github.com/aequitas/dsmr_parser/archive/dsmr5.zip'
'#dsmr_parser==0.9']
REQUIREMENTS = ['dsmr_parser==0.9']
CONF_DSMR_VERSION = 'dsmr_version'

View File

@@ -156,7 +156,7 @@ dnspython3==1.15.0
dovado==0.4.1
# homeassistant.components.sensor.dsmr
dsmr_parser==0.8
dsmr_parser==0.9
# homeassistant.components.dweet
# homeassistant.components.sensor.dweet

View File

@@ -41,7 +41,7 @@ apns2==0.1.1
datadog==0.15.0
# homeassistant.components.sensor.dsmr
dsmr_parser==0.8
dsmr_parser==0.9
# homeassistant.components.climate.honeywell
evohomeclient==0.2.5