Handle failed connection attempts in opentherm_gw (#75961)
This commit is contained in:
parent
377f56ff5f
commit
abb7495ced
5 changed files with 32 additions and 8 deletions
|
@ -25,6 +25,8 @@ CONF_READ_PRECISION = "read_precision"
|
|||
CONF_SET_PRECISION = "set_precision"
|
||||
CONF_TEMPORARY_OVRD_MODE = "temporary_override_mode"
|
||||
|
||||
CONNECTION_TIMEOUT = 10
|
||||
|
||||
DATA_GATEWAYS = "gateways"
|
||||
DATA_OPENTHERM_GW = "opentherm_gw"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue