Skip to content

Commit

Permalink
Fix #38289 issue with xboxapi lib (#38293)
Browse files Browse the repository at this point in the history
  • Loading branch information
marciogranzotto authored and frenck committed Jul 28, 2020
1 parent bd1336c commit b5a64b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/xbox_live/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"domain": "xbox_live",
"name": "Xbox Live",
"documentation": "https://www.home-assistant.io/integrations/xbox_live",
"requirements": ["xboxapi==2.0.0"],
"requirements": ["xboxapi==2.0.1"],
"codeowners": ["@MartinHjelmare"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2204,7 +2204,7 @@ wled==0.4.3
xbee-helper==0.0.7

# homeassistant.components.xbox_live
xboxapi==2.0.0
xboxapi==2.0.1

# homeassistant.components.xfinity
xfinity-gateway==0.0.4
Expand Down

0 comments on commit b5a64b3

Please sign in to comment.