Skip to content

Commit

Permalink
Updated braviatv's braviarc version to 0.3.4 (#2997)
Browse files Browse the repository at this point in the history
* Updated braviarc version to 0.3.4

* Updated braviarc version to requirements_all.txt
  • Loading branch information
ttu authored and fabaff committed Sep 2, 2016
1 parent 95cc672 commit dedc4a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/media_player/braviatv.py
Expand Up @@ -17,8 +17,8 @@
CONF_HOST, CONF_NAME, STATE_OFF, STATE_ON)

REQUIREMENTS = [
'https://github.com/aparraga/braviarc/archive/0.3.3.zip'
'#braviarc==0.3.3']
'https://github.com/aparraga/braviarc/archive/0.3.4.zip'
'#braviarc==0.3.4']

BRAVIA_CONFIG_FILE = 'bravia.conf'
CLIENTID_PREFIX = 'HomeAssistant'
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -137,7 +137,7 @@ https://github.com/TheRealLink/pythinkingcleaner/archive/v0.0.2.zip#pythinkingcl
https://github.com/Xorso/pyalarmdotcom/archive/0.1.1.zip#pyalarmdotcom==0.1.1

# homeassistant.components.media_player.braviatv
https://github.com/aparraga/braviarc/archive/0.3.3.zip#braviarc==0.3.3
https://github.com/aparraga/braviarc/archive/0.3.4.zip#braviarc==0.3.4

# homeassistant.components.media_player.roku
https://github.com/bah2830/python-roku/archive/3.1.2.zip#roku==3.1.2
Expand Down

0 comments on commit dedc4a1

Please sign in to comment.