Skip to content

Commit

Permalink
Update to dsmr_parser supporting v5 arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Bloemberg committed May 12, 2017
1 parent 53e8de1 commit 3567de4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions homeassistant/components/sensor/dsmr.py
Expand Up @@ -40,11 +40,7 @@

_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'
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -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
Expand Down

0 comments on commit 3567de4

Please sign in to comment.