mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Bump pyblu to 1.0.4 (#128482)
This commit is contained in:
parent
66395d5fe5
commit
8bf7243549
@ -6,7 +6,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/bluesound",
|
"documentation": "https://www.home-assistant.io/integrations/bluesound",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"requirements": ["pyblu==1.0.3"],
|
"requirements": ["pyblu==1.0.4"],
|
||||||
"zeroconf": [
|
"zeroconf": [
|
||||||
{
|
{
|
||||||
"type": "_musc._tcp.local."
|
"type": "_musc._tcp.local."
|
||||||
|
@ -493,6 +493,8 @@ class BluesoundPlayer(MediaPlayerEntity):
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
position = self._status.seconds
|
position = self._status.seconds
|
||||||
|
if position is None:
|
||||||
|
return None
|
||||||
|
|
||||||
if mediastate == MediaPlayerState.PLAYING:
|
if mediastate == MediaPlayerState.PLAYING:
|
||||||
position += (dt_util.utcnow() - self._last_status_update).total_seconds()
|
position += (dt_util.utcnow() - self._last_status_update).total_seconds()
|
||||||
|
@ -1783,7 +1783,7 @@ pybbox==0.0.5-alpha
|
|||||||
pyblackbird==0.6
|
pyblackbird==0.6
|
||||||
|
|
||||||
# homeassistant.components.bluesound
|
# homeassistant.components.bluesound
|
||||||
pyblu==1.0.3
|
pyblu==1.0.4
|
||||||
|
|
||||||
# homeassistant.components.neato
|
# homeassistant.components.neato
|
||||||
pybotvac==0.0.25
|
pybotvac==0.0.25
|
||||||
|
@ -1451,7 +1451,7 @@ pybalboa==1.0.2
|
|||||||
pyblackbird==0.6
|
pyblackbird==0.6
|
||||||
|
|
||||||
# homeassistant.components.bluesound
|
# homeassistant.components.bluesound
|
||||||
pyblu==1.0.3
|
pyblu==1.0.4
|
||||||
|
|
||||||
# homeassistant.components.neato
|
# homeassistant.components.neato
|
||||||
pybotvac==0.0.25
|
pybotvac==0.0.25
|
||||||
|
Loading…
x
Reference in New Issue
Block a user