Update directpy to 0.2 (#9948)

This commit is contained in:
Alok Saboo 2017-10-18 13:04:01 -04:00 committed by Pascal Vizeli
parent 834d0e489e
commit 4960892256
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.1'] REQUIREMENTS = ['directpy==0.2']
DEFAULT_DEVICE = '0' DEFAULT_DEVICE = '0'
DEFAULT_NAME = 'DirecTV Receiver' DEFAULT_NAME = 'DirecTV Receiver'

View File

@ -184,7 +184,7 @@ defusedxml==0.5.0
denonavr==0.5.4 denonavr==0.5.4
# homeassistant.components.media_player.directv # homeassistant.components.media_player.directv
directpy==0.1 directpy==0.2
# homeassistant.components.notify.discord # homeassistant.components.notify.discord
discord.py==0.16.12 discord.py==0.16.12