Update samsungctl library to latest version (#12769)
* update samsungctl library to latest version * add websocket dependency
This commit is contained in:
parent
f6c504610b
commit
9658f4383c
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ from homeassistant.const import (
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.util import dt as dt_util
|
||||
|
||||
REQUIREMENTS = ['samsungctl==0.6.0', 'wakeonlan==1.0.0']
|
||||
REQUIREMENTS = ['samsungctl[websocket]==0.7.1', 'wakeonlan==1.0.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -1079,7 +1079,7 @@ russound_rio==0.1.4
|
|||
rxv==0.5.1
|
||||
|
||||
# homeassistant.components.media_player.samsungtv
|
||||
samsungctl==0.6.0
|
||||
samsungctl[websocket]==0.7.1
|
||||
|
||||
# homeassistant.components.satel_integra
|
||||
satel_integra==0.1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue