mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Increase Advantage Air retry limit for older systems (#43417)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user