Implement DataUpdateCoordinator for Fritz (#60909)

* Implement DataUpdateCoordinator for Fritz

* mypy

* Wrap sync method to async

* Apply review comments + final cleanup

* CoordinatorEntity
This commit is contained in:
Simone Chemelli
2021-12-16 13:24:32 +01:00
committed by GitHub
parent 58942601b4
commit 116759f2a1
5 changed files with 61 additions and 90 deletions

View File

@@ -35,6 +35,4 @@ SWITCH_TYPE_DEFLECTION = "CallDeflection"
SWITCH_TYPE_PORTFORWARD = "PortForward"
SWITCH_TYPE_WIFINETWORK = "WiFiNetwork"
TRACKER_SCAN_INTERVAL = 30
UPTIME_DEVIATION = 5