Update samsungctl library to latest version (#12769)
* update samsungctl library to latest version * add websocket dependencypull/12808/head
parent
3a2c3fe589
commit
a1010cc63a
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue