jsonrpc-request version bump (0.3) (#2397)

This commit is contained in:
patkap 2016-06-30 17:40:01 +02:00 committed by Paulus Schoutsen
parent 419ff18afb
commit 7582eb9f63
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ from homeassistant.const import (
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 | \

View File

@ -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