Variables | |
| string | BUTTON_TYPE_WOL = "WakeOnLan" |
| string | CONF_OLD_DISCOVERY = "old_discovery" |
| string | CONNECTION_TYPE_LAN = "LAN" |
| string | DATA_FRITZ = "fritz_data" |
| bool | DEFAULT_CONF_OLD_DISCOVERY = False |
| string | DEFAULT_DEVICE_NAME = "Unknown device" |
| string | DEFAULT_HOST = "192.168.178.1" |
| int | DEFAULT_HTTP_PORT = 49000 |
| int | DEFAULT_HTTPS_PORT = 49443 |
| bool | DEFAULT_SSL = False |
| string | DEFAULT_USERNAME = "" |
| string | DOMAIN = "fritz" |
| string | ERROR_AUTH_INVALID = "invalid_auth" |
| string | ERROR_CANNOT_CONNECT = "cannot_connect" |
| string | ERROR_UNKNOWN = "unknown_error" |
| string | ERROR_UPNP_NOT_CONFIGURED = "upnp_not_configured" |
| tuple | FRITZ_AUTH_EXCEPTIONS = (FritzAuthorizationError, FritzSecurityError) |
| tuple | FRITZ_EXCEPTIONS |
| string | FRITZ_SERVICES = "fritz_services" |
| list | PLATFORMS |
| string | SERVICE_SET_GUEST_WIFI_PW = "set_guest_wifi_password" |
| string | SWITCH_TYPE_DEFLECTION = "CallDeflection" |
| string | SWITCH_TYPE_PORTFORWARD = "PortForward" |
| string | SWITCH_TYPE_PROFILE = "Profile" |
| string | SWITCH_TYPE_WIFINETWORK = "WiFiNetwork" |
| int | UPTIME_DEVIATION = 5 |
| dictionary | WIFI_STANDARD = {1: "2.4Ghz", 2: "5Ghz", 3: "5Ghz", 4: "Guest"} |
Constants for the FRITZ!Box Tools integration.
| 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 |