Skip to content

Commit

Permalink
New component: bluesound (#7192)
Browse files Browse the repository at this point in the history
* New component: bluesound

* New component: bluesound

* Removed response.release()
Fixed update_sync_status bug
Changed should_poll to True

* Fix lint error

* Changes to init

* Fixed blank line

* updated requirements

* bump to xmltodict 0.11.0
  • Loading branch information
thrawnarn authored and balloob committed Aug 2, 2017
1 parent 7dbcf63 commit 86c06ad
Show file tree
Hide file tree
Showing 4 changed files with 812 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Expand Up @@ -322,6 +322,7 @@ omit =
homeassistant/components/media_extractor.py
homeassistant/components/media_player/anthemav.py
homeassistant/components/media_player/aquostv.py
homeassistant/components/media_player/bluesound.py
homeassistant/components/media_player/braviatv.py
homeassistant/components/media_player/cast.py
homeassistant/components/media_player/clementine.py
Expand Down
1 change: 1 addition & 0 deletions homeassistant/components/discovery.py
Expand Up @@ -60,6 +60,7 @@
'openhome': ('media_player', 'openhome'),
'harmony': ('remote', 'harmony'),
'bose_soundtouch': ('media_player', 'soundtouch'),
'bluesound': ('media_player', 'bluesound'),
}

CONF_IGNORE = 'ignore'
Expand Down

0 comments on commit 86c06ad

Please sign in to comment.