Variables | |
| string | ATTR_PREFIXES = "prefixes" |
| string | CONF_PHONEBOOK = "phonebook" |
| string | CONF_PHONEBOOK_NAME = "phonebook_name" |
| string | CONF_PREFIXES = "prefixes" |
| string | DEFAULT_HOST = "169.254.1.1" |
| string | DEFAULT_NAME = "Phone" |
| int | DEFAULT_PHONEBOOK = 0 |
| int | DEFAULT_PORT = 1012 |
| string | DEFAULT_USERNAME = "admin" |
| Final | |
| string | FRITZ_ATTR_NAME = "name" |
| string | FRITZ_ATTR_SERIAL_NUMBER = "Serial" |
| list | PLATFORMS = [Platform.SENSOR] |
| string | REGEX_NUMBER = r"[^\d\+]" |
| string | SERIAL_NUMBER = "serial_number" |
| string | UNKNOWN_NAME = "unknown" |
Constants for the AVM Fritz!Box call monitor integration.
| string homeassistant.components.fritzbox_callmonitor.const.ATTR_PREFIXES = "prefixes" |
| string homeassistant.components.fritzbox_callmonitor.const.CONF_PHONEBOOK = "phonebook" |
| string homeassistant.components.fritzbox_callmonitor.const.CONF_PHONEBOOK_NAME = "phonebook_name" |
| string homeassistant.components.fritzbox_callmonitor.const.CONF_PREFIXES = "prefixes" |
| string homeassistant.components.fritzbox_callmonitor.const.DEFAULT_HOST = "169.254.1.1" |
| string homeassistant.components.fritzbox_callmonitor.const.DEFAULT_NAME = "Phone" |
| int homeassistant.components.fritzbox_callmonitor.const.DEFAULT_PHONEBOOK = 0 |
| int homeassistant.components.fritzbox_callmonitor.const.DEFAULT_PORT = 1012 |
| string homeassistant.components.fritzbox_callmonitor.const.DEFAULT_USERNAME = "admin" |
| string homeassistant.components.fritzbox_callmonitor.const.FRITZ_ATTR_NAME = "name" |
| string homeassistant.components.fritzbox_callmonitor.const.FRITZ_ATTR_SERIAL_NUMBER = "Serial" |
| list homeassistant.components.fritzbox_callmonitor.const.PLATFORMS = [Platform.SENSOR] |
| string homeassistant.components.fritzbox_callmonitor.const.REGEX_NUMBER = r"[^\d\+]" |
| string homeassistant.components.fritzbox_callmonitor.const.SERIAL_NUMBER = "serial_number" |