Skip to content

Commit

Permalink
Bump ring to 0.2.8 to fix Oauth issues (#30245)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchellomello authored and pvizeli committed Dec 28, 2019
1 parent cf7b70d commit 59fee12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/ring/manifest.json
Expand Up @@ -2,7 +2,7 @@
"domain": "ring",
"name": "Ring",
"documentation": "https://www.home-assistant.io/integrations/ring",
"requirements": ["ring_doorbell==0.2.5"],
"requirements": ["ring_doorbell==0.2.8"],
"dependencies": ["ffmpeg"],
"codeowners": []
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1743,7 +1743,7 @@ rfk101py==0.0.1
rflink==0.0.46

# homeassistant.components.ring
ring_doorbell==0.2.5
ring_doorbell==0.2.8

# homeassistant.components.fleetgo
ritassist==0.9.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -553,7 +553,7 @@ restrictedpython==5.0
rflink==0.0.46

# homeassistant.components.ring
ring_doorbell==0.2.5
ring_doorbell==0.2.8

# homeassistant.components.yamaha
rxv==0.6.0
Expand Down

0 comments on commit 59fee12

Please sign in to comment.