Skip to content

Commit

Permalink
Upgrade pysonos to 0.0.8 (#21624)
Browse files Browse the repository at this point in the history
  • Loading branch information
amelchio authored and Danielhiversen committed Mar 3, 2019
1 parent b985223 commit 0f6e0aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sonos/__init__.py
Expand Up @@ -4,7 +4,7 @@


DOMAIN = 'sonos'
REQUIREMENTS = ['pysonos==0.0.7']
REQUIREMENTS = ['pysonos==0.0.8']


async def async_setup(hass, config):
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1267,7 +1267,7 @@ pysmartthings==0.6.3
pysnmp==4.4.8

# homeassistant.components.sonos
pysonos==0.0.7
pysonos==0.0.8

# homeassistant.components.spc
pyspcwebgw==0.4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -230,7 +230,7 @@ pysmartapp==0.3.0
pysmartthings==0.6.3

# homeassistant.components.sonos
pysonos==0.0.7
pysonos==0.0.8

# homeassistant.components.spc
pyspcwebgw==0.4.0
Expand Down

0 comments on commit 0f6e0aa

Please sign in to comment.