Update directpy to 0.2 (#9948)
This commit is contained in:
parent
834d0e489e
commit
4960892256
2 changed files with 2 additions and 2 deletions
|
@ -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.1']
|
||||
REQUIREMENTS = ['directpy==0.2']
|
||||
|
||||
DEFAULT_DEVICE = '0'
|
||||
DEFAULT_NAME = 'DirecTV Receiver'
|
||||
|
|
|
@ -184,7 +184,7 @@ defusedxml==0.5.0
|
|||
denonavr==0.5.4
|
||||
|
||||
# homeassistant.components.media_player.directv
|
||||
directpy==0.1
|
||||
directpy==0.2
|
||||
|
||||
# homeassistant.components.notify.discord
|
||||
discord.py==0.16.12
|
||||
|
|
Loading…
Add table
Reference in a new issue