Upgrade libsoundtouch to 0.6.2 (#8149)
This commit is contained in:
parent
349746f5f2
commit
61cb6ec3dc
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ from homeassistant.const import (CONF_HOST, CONF_NAME, STATE_OFF, CONF_PORT,
|
|||
STATE_PAUSED, STATE_PLAYING,
|
||||
STATE_UNAVAILABLE)
|
||||
|
||||
REQUIREMENTS = ['libsoundtouch==0.6.1']
|
||||
REQUIREMENTS = ['libsoundtouch==0.6.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -353,7 +353,7 @@ libpurecoollink==0.1.5
|
|||
librouteros==1.0.2
|
||||
|
||||
# homeassistant.components.media_player.soundtouch
|
||||
libsoundtouch==0.6.1
|
||||
libsoundtouch==0.6.2
|
||||
|
||||
# homeassistant.components.light.lifx_legacy
|
||||
liffylights==0.9.4
|
||||
|
|
|
@ -65,7 +65,7 @@ influxdb==3.0.0
|
|||
libpurecoollink==0.1.5
|
||||
|
||||
# homeassistant.components.media_player.soundtouch
|
||||
libsoundtouch==0.6.1
|
||||
libsoundtouch==0.6.2
|
||||
|
||||
# homeassistant.components.sensor.mfi
|
||||
# homeassistant.components.switch.mfi
|
||||
|
|
Loading…
Add table
Reference in a new issue