Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.fritz.const .MeshRoles
 

Namespaces

 homeassistant.components.fritz.const
 

Variables

string homeassistant.components.fritz.const.BUTTON_TYPE_WOL = "WakeOnLan"
 
string homeassistant.components.fritz.const.CONF_OLD_DISCOVERY = "old_discovery"
 
string homeassistant.components.fritz.const.CONNECTION_TYPE_LAN = "LAN"
 
string homeassistant.components.fritz.const.DATA_FRITZ = "fritz_data"
 
bool homeassistant.components.fritz.const.DEFAULT_CONF_OLD_DISCOVERY = False
 
string homeassistant.components.fritz.const.DEFAULT_DEVICE_NAME = "Unknown device"
 
string homeassistant.components.fritz.const.DEFAULT_HOST = "192.168.178.1"
 
int homeassistant.components.fritz.const.DEFAULT_HTTP_PORT = 49000
 
int homeassistant.components.fritz.const.DEFAULT_HTTPS_PORT = 49443
 
bool homeassistant.components.fritz.const.DEFAULT_SSL = False
 
string homeassistant.components.fritz.const.DEFAULT_USERNAME = ""
 
string homeassistant.components.fritz.const.DOMAIN = "fritz"
 
string homeassistant.components.fritz.const.ERROR_AUTH_INVALID = "invalid_auth"
 
string homeassistant.components.fritz.const.ERROR_CANNOT_CONNECT = "cannot_connect"
 
string homeassistant.components.fritz.const.ERROR_UNKNOWN = "unknown_error"
 
string homeassistant.components.fritz.const.ERROR_UPNP_NOT_CONFIGURED = "upnp_not_configured"
 
tuple homeassistant.components.fritz.const.FRITZ_AUTH_EXCEPTIONS = (FritzAuthorizationError, FritzSecurityError)
 
tuple homeassistant.components.fritz.const.FRITZ_EXCEPTIONS
 
string homeassistant.components.fritz.const.FRITZ_SERVICES = "fritz_services"
 
list homeassistant.components.fritz.const.PLATFORMS
 
string homeassistant.components.fritz.const.SERVICE_SET_GUEST_WIFI_PW = "set_guest_wifi_password"
 
string homeassistant.components.fritz.const.SWITCH_TYPE_DEFLECTION = "CallDeflection"
 
string homeassistant.components.fritz.const.SWITCH_TYPE_PORTFORWARD = "PortForward"
 
string homeassistant.components.fritz.const.SWITCH_TYPE_PROFILE = "Profile"
 
string homeassistant.components.fritz.const.SWITCH_TYPE_WIFINETWORK = "WiFiNetwork"
 
int homeassistant.components.fritz.const.UPTIME_DEVIATION = 5
 
dictionary homeassistant.components.fritz.const.WIFI_STANDARD = {1: "2.4Ghz", 2: "5Ghz", 3: "5Ghz", 4: "Guest"}