Reduce required permissions for fritzbox_callmonitor (#87089)

* Test new FritzAuthorizationError

* Reduce required permissions
This commit is contained in:
Marc Mueller
2023-02-03 03:13:53 +01:00
committed by GitHub
parent 904b25d0d2
commit 2c0c386ba7
3 changed files with 35 additions and 19 deletions

View File

@@ -19,7 +19,7 @@ ICON_PHONE: Final = "mdi:phone"
ATTR_PREFIXES = "prefixes"
FRITZ_ATTR_NAME = "name"
FRITZ_ATTR_SERIAL_NUMBER = "NewSerialNumber"
FRITZ_ATTR_SERIAL_NUMBER = "Serial"
UNKNOWN_NAME = "unknown"
SERIAL_NUMBER = "serial_number"