mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Upgrade directpy to 0.5 (#14750)
* Version Requirement bump Bump required version to 0.5 to allow component to work with Genie Mini clients using the clientAddr variable. * Ran script/gen_requirements_all.py as requested.
This commit is contained in:
parent
cfac537f51
commit
e7985c970b
@ -16,7 +16,7 @@ from homeassistant.const import (
|
||||
CONF_DEVICE, CONF_HOST, CONF_NAME, STATE_OFF, STATE_PLAYING, CONF_PORT)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['directpy==0.2']
|
||||
REQUIREMENTS = ['directpy==0.5']
|
||||
|
||||
DEFAULT_DEVICE = '0'
|
||||
DEFAULT_NAME = 'DirecTV Receiver'
|
||||
|
@ -249,7 +249,7 @@ deluge-client==1.4.0
|
||||
denonavr==0.7.2
|
||||
|
||||
# homeassistant.components.media_player.directv
|
||||
directpy==0.2
|
||||
directpy==0.5
|
||||
|
||||
# homeassistant.components.sensor.discogs
|
||||
discogs_client==2.2.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user