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:
Tristan Caulfield 2018-06-02 02:30:15 -05:00 committed by Fabian Affolter
parent cfac537f51
commit e7985c970b
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ from homeassistant.const import (
CONF_DEVICE, CONF_HOST, CONF_NAME, STATE_OFF, STATE_PLAYING, CONF_PORT) CONF_DEVICE, CONF_HOST, CONF_NAME, STATE_OFF, STATE_PLAYING, CONF_PORT)
import homeassistant.helpers.config_validation as cv import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['directpy==0.2'] REQUIREMENTS = ['directpy==0.5']
DEFAULT_DEVICE = '0' DEFAULT_DEVICE = '0'
DEFAULT_NAME = 'DirecTV Receiver' DEFAULT_NAME = 'DirecTV Receiver'

View File

@ -249,7 +249,7 @@ deluge-client==1.4.0
denonavr==0.7.2 denonavr==0.7.2
# homeassistant.components.media_player.directv # homeassistant.components.media_player.directv
directpy==0.2 directpy==0.5
# homeassistant.components.sensor.discogs # homeassistant.components.sensor.discogs
discogs_client==2.2.1 discogs_client==2.2.1