Add Fritz sensors (#50055)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Simone Chemelli
2021-05-07 16:05:16 +02:00
committed by GitHub
parent 0587f834df
commit 4d0955bae1
3 changed files with 145 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
DOMAIN = "fritz"
PLATFORMS = ["binary_sensor", "device_tracker"]
PLATFORMS = ["binary_sensor", "device_tracker", "sensor"]
DATA_FRITZ = "fritz_data"
@@ -17,3 +17,5 @@ ERROR_CONNECTION_ERROR = "connection_error"
ERROR_UNKNOWN = "unknown_error"
TRACKER_SCAN_INTERVAL = 30
UPTIME_DEVIATION = 5