Handle failed connection attempts in opentherm_gw (#75961)

This commit is contained in:
mvn23 2022-07-31 12:21:25 +02:00 committed by GitHub
parent 377f56ff5f
commit abb7495ced
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 32 additions and 8 deletions

View file

@ -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"