Update samsungctl library to latest version (#12769)

* update samsungctl library to latest version

* add websocket dependency
pull/12808/head
uchagani 2018-02-28 01:37:12 -05:00 committed by Paulus Schoutsen
parent 3a2c3fe589
commit a1010cc63a
2 changed files with 2 additions and 2 deletions

View File

@ -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__)

View File

@ -1076,7 +1076,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