Update snapcast to 2.0.9 (#17573)
This commit is contained in:
parent
e2a1e21c8d
commit
20fa6c5383
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ from homeassistant.const import (
|
||||||
STATE_PLAYING, STATE_UNKNOWN)
|
STATE_PLAYING, STATE_UNKNOWN)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['snapcast==2.0.8']
|
REQUIREMENTS = ['snapcast==2.0.9']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -1386,7 +1386,7 @@ smappy==0.2.16
|
||||||
smhi-pkg==1.0.4
|
smhi-pkg==1.0.4
|
||||||
|
|
||||||
# homeassistant.components.media_player.snapcast
|
# homeassistant.components.media_player.snapcast
|
||||||
snapcast==2.0.8
|
snapcast==2.0.9
|
||||||
|
|
||||||
# homeassistant.components.sensor.socialblade
|
# homeassistant.components.sensor.socialblade
|
||||||
socialbladeclient==0.2
|
socialbladeclient==0.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue