diff --git a/homeassistant/components/sensor/dsmr.py b/homeassistant/components/sensor/dsmr.py index eb8e5174b47..2e9b8b8652c 100644 --- a/homeassistant/components/sensor/dsmr.py +++ b/homeassistant/components/sensor/dsmr.py @@ -39,10 +39,7 @@ from homeassistant.helpers.entity import Entity DOMAIN = 'dsmr' -REQUIREMENTS = [ - 'https://github.com/aequitas/dsmr_parser/archive/async_protocol.zip' - '#dsmr_parser==0.4' -] +REQUIREMENTS = ['dsmr_parser==0.4'] # Smart meter sends telegram every 10 seconds MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=10) diff --git a/requirements_all.txt b/requirements_all.txt index 6993c777561..af47a1daac9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -84,6 +84,9 @@ dnspython3==1.15.0 # homeassistant.components.sensor.dovado dovado==0.1.15 +# homeassistant.components.sensor.dsmr +dsmr_parser==0.4 + # homeassistant.components.dweet # homeassistant.components.sensor.dweet dweepy==0.2.0 @@ -174,9 +177,6 @@ https://github.com/TheRealLink/pythinkingcleaner/archive/v0.0.2.zip#pythinkingcl # homeassistant.components.alarm_control_panel.alarmdotcom https://github.com/Xorso/pyalarmdotcom/archive/0.1.1.zip#pyalarmdotcom==0.1.1 -# homeassistant.components.sensor.dsmr -https://github.com/aequitas/dsmr_parser/archive/async_protocol.zip#dsmr_parser==0.4 - # homeassistant.components.media_player.braviatv https://github.com/aparraga/braviarc/archive/0.3.6.zip#braviarc==0.3.6