Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.fritzbox_callmonitor.config_flow.ConnectResult Class Reference
Inheritance diagram for homeassistant.components.fritzbox_callmonitor.config_flow.ConnectResult:
[legend]
Collaboration diagram for homeassistant.components.fritzbox_callmonitor.config_flow.ConnectResult:
[legend]

Static Public Attributes

string INSUFFICIENT_PERMISSIONS = "insufficient_permissions"
 
string INVALID_AUTH = "invalid_auth"
 
string MALFORMED_PREFIXES = "malformed_prefixes"
 
string NO_DEVIES_FOUND = "no_devices_found"
 
string SUCCESS = "success"
 

Detailed Description

FritzBoxPhonebook connection result.

Definition at line 54 of file config_flow.py.

Member Data Documentation

◆ INSUFFICIENT_PERMISSIONS

string homeassistant.components.fritzbox_callmonitor.config_flow.ConnectResult.INSUFFICIENT_PERMISSIONS = "insufficient_permissions"
static

Definition at line 58 of file config_flow.py.

◆ INVALID_AUTH

string homeassistant.components.fritzbox_callmonitor.config_flow.ConnectResult.INVALID_AUTH = "invalid_auth"
static

Definition at line 57 of file config_flow.py.

◆ MALFORMED_PREFIXES

string homeassistant.components.fritzbox_callmonitor.config_flow.ConnectResult.MALFORMED_PREFIXES = "malformed_prefixes"
static

Definition at line 59 of file config_flow.py.

◆ NO_DEVIES_FOUND

string homeassistant.components.fritzbox_callmonitor.config_flow.ConnectResult.NO_DEVIES_FOUND = "no_devices_found"
static

Definition at line 60 of file config_flow.py.

◆ SUCCESS

string homeassistant.components.fritzbox_callmonitor.config_flow.ConnectResult.SUCCESS = "success"
static

Definition at line 61 of file config_flow.py.


The documentation for this class was generated from the following file: