mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
jsonrpc-request version bump (0.3) (#2397)
This commit is contained in:
parent
419ff18afb
commit
7582eb9f63
@ -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 | \
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user