Skip to content

Commit

Permalink
jsonrpc-request version bump (0.3) (home-assistant#2397)
Browse files Browse the repository at this point in the history
  • Loading branch information
patkap authored and balloob committed Jun 30, 2016
1 parent 419ff18 commit 7582eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/media_player/kodi.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
STATE_IDLE, STATE_OFF, STATE_PAUSED, STATE_PLAYING)

_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['jsonrpc-requests==0.2']
REQUIREMENTS = ['jsonrpc-requests==0.3']

SUPPORT_KODI = SUPPORT_PAUSE | SUPPORT_VOLUME_SET | SUPPORT_VOLUME_MUTE | \
SUPPORT_PREVIOUS_TRACK | SUPPORT_NEXT_TRACK | SUPPORT_SEEK | \
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ influxdb==3.0.0
insteon_hub==0.4.5

# homeassistant.components.media_player.kodi
jsonrpc-requests==0.2
jsonrpc-requests==0.3

# homeassistant.components.light.lifx
liffylights==0.9.4
Expand Down

0 comments on commit 7582eb9

Please sign in to comment.