heartbeat warning and error time changed for tradfri button

This commit is contained in:
Dirk Alders 2023-12-22 06:46:52 +01:00
parent f6ab1dc4ce
commit 89e50fc31d

View File

@ -169,7 +169,8 @@ class tradfri_sw_br_ct(base):
class tradfri_button(base): class tradfri_button(base):
pass LAST_MSG_WARNING = 15 * 60 * 60
LAST_MSG_ERROR = 24 * 60 * 60
class livarno_sw_br_ct(base): class livarno_sw_br_ct(base):