diff --git a/homeassistant/components/media_player/samsungtv.py b/homeassistant/components/media_player/samsungtv.py index 3573b28b4e3dd7..7a6a2c0bfe3f97 100644 --- a/homeassistant/components/media_player/samsungtv.py +++ b/homeassistant/components/media_player/samsungtv.py @@ -87,7 +87,7 @@ def setup_platform(hass, config, add_entities, discovery_info=None): class SamsungTVDevice(MediaPlayerDevice): """Representation of a Samsung TV.""" - def __init__(self, host, port, name, timeout, mac): + def __init__(self, host, port, name, mac, timeout=0): """Initialize the Samsung device.""" from samsungctl import exceptions from samsungctl import Remote