Update uptime deviation interval for Vodafone Station (#129257)
update uptime deviation intervalpull/129271/head
parent
3165f92b6b
commit
88f0a33e69
|
@ -22,7 +22,7 @@ from .const import _LOGGER, DOMAIN, LINE_TYPES
|
|||
from .coordinator import VodafoneStationRouter
|
||||
|
||||
NOT_AVAILABLE: list = ["", "N/A", "0.0.0.0"]
|
||||
UPTIME_DEVIATION = 30
|
||||
UPTIME_DEVIATION = 45
|
||||
|
||||
|
||||
@dataclass(frozen=True, kw_only=True)
|
||||
|
|
Loading…
Reference in New Issue