Increase switcher_kis timeouts (#66465)
This commit is contained in:
parent
00d7fdd274
commit
db73ce92fa
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ DATA_BRIDGE = "bridge"
|
||||||
DATA_DEVICE = "device"
|
DATA_DEVICE = "device"
|
||||||
DATA_DISCOVERY = "discovery"
|
DATA_DISCOVERY = "discovery"
|
||||||
|
|
||||||
DISCOVERY_TIME_SEC = 6
|
DISCOVERY_TIME_SEC = 12
|
||||||
|
|
||||||
SIGNAL_DEVICE_ADD = "switcher_device_add"
|
SIGNAL_DEVICE_ADD = "switcher_device_add"
|
||||||
|
|
||||||
|
@ -19,4 +19,4 @@ SERVICE_SET_AUTO_OFF_NAME = "set_auto_off"
|
||||||
SERVICE_TURN_ON_WITH_TIMER_NAME = "turn_on_with_timer"
|
SERVICE_TURN_ON_WITH_TIMER_NAME = "turn_on_with_timer"
|
||||||
|
|
||||||
# Defines the maximum interval device must send an update before it marked unavailable
|
# Defines the maximum interval device must send an update before it marked unavailable
|
||||||
MAX_UPDATE_INTERVAL_SEC = 20
|
MAX_UPDATE_INTERVAL_SEC = 30
|
||||||
|
|
Loading…
Add table
Reference in a new issue