Enable strict typing [fritzbox_callmonitor] (#70815)

This commit is contained in:
Marc Mueller
2022-04-26 20:39:42 +02:00
committed by GitHub
parent 997fb7a11c
commit c15c22655b
4 changed files with 15 additions and 3 deletions

View File

@@ -41,5 +41,5 @@ DOMAIN: Final = "fritzbox_callmonitor"
MANUFACTURER: Final = "AVM"
PLATFORMS = [Platform.SENSOR]
UNDO_UPDATE_LISTENER = "undo_update_listener"
FRITZBOX_PHONEBOOK = "fritzbox_phonebook"
UNDO_UPDATE_LISTENER: Final = "undo_update_listener"
FRITZBOX_PHONEBOOK: Final = "fritzbox_phonebook"