mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Increase Advantage Air retry limit for older systems (#43417)
This commit is contained in:
parent
88367dc466
commit
6dc84654b0
@ -1,6 +1,6 @@
|
||||
"""Constants used by Advantage Air integration."""
|
||||
DOMAIN = "advantage_air"
|
||||
ADVANTAGE_AIR_RETRY = 5
|
||||
ADVANTAGE_AIR_RETRY = 10
|
||||
ADVANTAGE_AIR_STATE_OPEN = "open"
|
||||
ADVANTAGE_AIR_STATE_CLOSE = "close"
|
||||
ADVANTAGE_AIR_STATE_ON = "on"
|
||||
|
Loading…
x
Reference in New Issue
Block a user