Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.fritzbox_callmonitor.const .FritzState
 

Namespaces

 homeassistant.components.fritzbox_callmonitor.const
 

Variables

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"
 
 homeassistant.components.fritzbox_callmonitor.const.Final
 
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"
 
string homeassistant.components.fritzbox_callmonitor.const.UNKNOWN_NAME = "unknown"