mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Update directpy to 0.2 (#9948)
This commit is contained in:
parent
834d0e489e
commit
4960892256
@ -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'
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user