mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Fix samsung bug (#17285)
This commit is contained in:
committed by
Martin Hjelmare
parent
fc67f5eef3
commit
26f2e3dd8b
@@ -30,7 +30,7 @@ _LOGGER = logging.getLogger(__name__)
|
||||
|
||||
DEFAULT_NAME = 'Samsung TV Remote'
|
||||
DEFAULT_PORT = 55000
|
||||
DEFAULT_TIMEOUT = 0
|
||||
DEFAULT_TIMEOUT = 1
|
||||
|
||||
KEY_PRESS_TIMEOUT = 1.2
|
||||
KNOWN_DEVICES_KEY = 'samsungtv_known_devices'
|
||||
|
Reference in New Issue
Block a user