Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update myq for latest api changes (#36469)
  • Loading branch information
bdraco authored and balloob committed Jun 5, 2020
1 parent 3cdcd5d commit 2cf987b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/myq/manifest.json
Expand Up @@ -2,7 +2,7 @@
"domain": "myq",
"name": "MyQ",
"documentation": "https://www.home-assistant.io/integrations/myq",
"requirements": ["pymyq==2.0.2"],
"requirements": ["pymyq==2.0.3"],
"codeowners": ["@bdraco"],
"config_flow": true,
"homekit": {
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1468,7 +1468,7 @@ pymsteams==0.1.12
pymusiccast==0.1.6

# homeassistant.components.myq
pymyq==2.0.2
pymyq==2.0.3

# homeassistant.components.mysensors
pymysensors==0.18.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -627,7 +627,7 @@ pymodbus==2.3.0
pymonoprice==0.3

# homeassistant.components.myq
pymyq==2.0.2
pymyq==2.0.3

# homeassistant.components.nut
pynut2==2.1.2
Expand Down

0 comments on commit 2cf987b

Please sign in to comment.