Update uptime deviation for Vodafone Station (#130571)

Update sensor.py
pull/130607/head
Simone Chemelli 2024-11-14 10:35:03 +01:00 committed by GitHub
parent 46cfe6aa32
commit 93f79be2f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 = 45
UPTIME_DEVIATION = 60
@dataclass(frozen=True, kw_only=True)