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
Paulus Schoutsen
parent
d199f57aa8
commit
05ae8f9dd4
@@ -30,7 +30,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
DEFAULT_NAME = 'Samsung TV Remote'
|
DEFAULT_NAME = 'Samsung TV Remote'
|
||||||
DEFAULT_PORT = 55000
|
DEFAULT_PORT = 55000
|
||||||
DEFAULT_TIMEOUT = 0
|
DEFAULT_TIMEOUT = 1
|
||||||
|
|
||||||
KEY_PRESS_TIMEOUT = 1.2
|
KEY_PRESS_TIMEOUT = 1.2
|
||||||
KNOWN_DEVICES_KEY = 'samsungtv_known_devices'
|
KNOWN_DEVICES_KEY = 'samsungtv_known_devices'
|
||||||
|
Reference in New Issue
Block a user