Skip to content

Commit

Permalink
Bump pysma version to 0.6.2 (#52553)
Browse files Browse the repository at this point in the history
  • Loading branch information
rklomp authored Jul 5, 2021
1 parent f74049e commit 7d87efc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sma/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "SMA Solar",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sma",
"requirements": ["pysma==0.6.1"],
"requirements": ["pysma==0.6.2"],
"codeowners": ["@kellerza", "@rklomp"],
"iot_class": "local_polling"
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1755,7 +1755,7 @@ pysignalclirestapi==0.3.4
pyskyqhub==0.1.3

# homeassistant.components.sma
pysma==0.6.1
pysma==0.6.2

# homeassistant.components.smappee
pysmappee==0.2.25
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ pysiaalarm==3.0.0
pysignalclirestapi==0.3.4

# homeassistant.components.sma
pysma==0.6.1
pysma==0.6.2

# homeassistant.components.smappee
pysmappee==0.2.25
Expand Down

0 comments on commit 7d87efc

Please sign in to comment.