Update snapcast to 2.0.9 (#17573)
This commit is contained in:
parent
43b140be5e
commit
17d0fe02c7
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__)
|
||||||
|
|
||||||
|
|
|
@ -1364,7 +1364,7 @@ smappy==0.2.16
|
||||||
# smbus-cffi==0.5.1
|
# smbus-cffi==0.5.1
|
||||||
|
|
||||||
# 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
Reference in a new issue