mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
Update samsungctl library to latest version (#12769)
* update samsungctl library to latest version * add websocket dependency
This commit is contained in:
parent
3a2c3fe589
commit
a1010cc63a
@ -23,7 +23,7 @@ from homeassistant.const import (
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.util import dt as dt_util
|
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__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1076,7 +1076,7 @@ russound_rio==0.1.4
|
|||||||
rxv==0.5.1
|
rxv==0.5.1
|
||||||
|
|
||||||
# homeassistant.components.media_player.samsungtv
|
# homeassistant.components.media_player.samsungtv
|
||||||
samsungctl==0.6.0
|
samsungctl[websocket]==0.7.1
|
||||||
|
|
||||||
# homeassistant.components.satel_integra
|
# homeassistant.components.satel_integra
|
||||||
satel_integra==0.1.0
|
satel_integra==0.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user