Bump pyblu to 1.0.4 (#128482)
parent
146768ff8a
commit
b018d4a97d
|
@ -6,7 +6,7 @@
|
|||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/bluesound",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["pyblu==1.0.3"],
|
||||
"requirements": ["pyblu==1.0.4"],
|
||||
"zeroconf": [
|
||||
{
|
||||
"type": "_musc._tcp.local."
|
||||
|
|
|
@ -493,6 +493,8 @@ class BluesoundPlayer(MediaPlayerEntity):
|
|||
return None
|
||||
|
||||
position = self._status.seconds
|
||||
if position is None:
|
||||
return None
|
||||
|
||||
if mediastate == MediaPlayerState.PLAYING:
|
||||
position += (dt_util.utcnow() - self._last_status_update).total_seconds()
|
||||
|
|
|
@ -1780,7 +1780,7 @@ pybbox==0.0.5-alpha
|
|||
pyblackbird==0.6
|
||||
|
||||
# homeassistant.components.bluesound
|
||||
pyblu==1.0.3
|
||||
pyblu==1.0.4
|
||||
|
||||
# homeassistant.components.neato
|
||||
pybotvac==0.0.25
|
||||
|
|
|
@ -1448,7 +1448,7 @@ pybalboa==1.0.2
|
|||
pyblackbird==0.6
|
||||
|
||||
# homeassistant.components.bluesound
|
||||
pyblu==1.0.3
|
||||
pyblu==1.0.4
|
||||
|
||||
# homeassistant.components.neato
|
||||
pybotvac==0.0.25
|
||||
|
|
Loading…
Reference in New Issue