mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Upgrade libsoundtouch to 0.6.2 (#8149)
This commit is contained in:
parent
349746f5f2
commit
61cb6ec3dc
@ -20,7 +20,7 @@ from homeassistant.const import (CONF_HOST, CONF_NAME, STATE_OFF, CONF_PORT,
|
|||||||
STATE_PAUSED, STATE_PLAYING,
|
STATE_PAUSED, STATE_PLAYING,
|
||||||
STATE_UNAVAILABLE)
|
STATE_UNAVAILABLE)
|
||||||
|
|
||||||
REQUIREMENTS = ['libsoundtouch==0.6.1']
|
REQUIREMENTS = ['libsoundtouch==0.6.2']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -353,7 +353,7 @@ libpurecoollink==0.1.5
|
|||||||
librouteros==1.0.2
|
librouteros==1.0.2
|
||||||
|
|
||||||
# homeassistant.components.media_player.soundtouch
|
# homeassistant.components.media_player.soundtouch
|
||||||
libsoundtouch==0.6.1
|
libsoundtouch==0.6.2
|
||||||
|
|
||||||
# homeassistant.components.light.lifx_legacy
|
# homeassistant.components.light.lifx_legacy
|
||||||
liffylights==0.9.4
|
liffylights==0.9.4
|
||||||
|
@ -65,7 +65,7 @@ influxdb==3.0.0
|
|||||||
libpurecoollink==0.1.5
|
libpurecoollink==0.1.5
|
||||||
|
|
||||||
# homeassistant.components.media_player.soundtouch
|
# homeassistant.components.media_player.soundtouch
|
||||||
libsoundtouch==0.6.1
|
libsoundtouch==0.6.2
|
||||||
|
|
||||||
# homeassistant.components.sensor.mfi
|
# homeassistant.components.sensor.mfi
|
||||||
# homeassistant.components.switch.mfi
|
# homeassistant.components.switch.mfi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user