Skip to content

Commit

Permalink
Bump dsmr-parser to 0.25 (home-assistant#44223)
Browse files Browse the repository at this point in the history
* Bump version in manifest

* Update requirements_all.txt

* Update requirements_test_all.txt
  • Loading branch information
RobBie1221 authored and balloob committed Dec 16, 2020
1 parent 70bd998 commit 150ce05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/dsmr/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "dsmr",
"name": "DSMR Slimme Meter",
"documentation": "https://www.home-assistant.io/integrations/dsmr",
"requirements": ["dsmr_parser==0.23"],
"requirements": ["dsmr_parser==0.25"],
"codeowners": ["@Robbie1221"],
"config_flow": false
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ doorbirdpy==2.1.0
dovado==0.4.1

# homeassistant.components.dsmr
dsmr_parser==0.23
dsmr_parser==0.25

# homeassistant.components.dwd_weather_warnings
dwdwfsapi==1.0.3
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ distro==1.5.0
doorbirdpy==2.1.0

# homeassistant.components.dsmr
dsmr_parser==0.23
dsmr_parser==0.25

# homeassistant.components.dynalite
dynalite_devices==0.1.46
Expand Down

0 comments on commit 150ce05

Please sign in to comment.