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

Public Member Functions

None __init__ (self, str code)
 

Public Attributes

 code
 

Detailed Description

Exception if authentication occurs.

Definition at line 23 of file config_flow.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.tradfri.config_flow.AuthError.__init__ (   self,
str  code 
)
Initialize exception.

Definition at line 26 of file config_flow.py.

Member Data Documentation

◆ code

homeassistant.components.tradfri.config_flow.AuthError.code

Definition at line 29 of file config_flow.py.


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