Bump dependency to add PLAY_STATE_STOPPED (#26239)
This commit is contained in:
parent
1f2e0d3949
commit
6525f8704a
3 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
"name": "Apple tv",
|
||||
"documentation": "https://www.home-assistant.io/components/apple_tv",
|
||||
"requirements": [
|
||||
"pyatv==0.3.12"
|
||||
"pyatv==0.3.13"
|
||||
],
|
||||
"dependencies": ["configurator"],
|
||||
"codeowners": []
|
||||
|
|
|
@ -127,6 +127,7 @@ class AppleTvDevice(MediaPlayerDevice):
|
|||
const.PLAY_STATE_PAUSED,
|
||||
const.PLAY_STATE_FAST_FORWARD,
|
||||
const.PLAY_STATE_FAST_BACKWARD,
|
||||
const.PLAY_STATE_STOPPED,
|
||||
):
|
||||
# Catch fast forward/backward here so "play" is default action
|
||||
return STATE_PAUSED
|
||||
|
|
|
@ -1059,7 +1059,7 @@ pyarlo==0.2.3
|
|||
pyatmo==2.2.1
|
||||
|
||||
# homeassistant.components.apple_tv
|
||||
pyatv==0.3.12
|
||||
pyatv==0.3.13
|
||||
|
||||
# homeassistant.components.bbox
|
||||
pybbox==0.0.5-alpha
|
||||
|
|
Loading…
Add table
Reference in a new issue