Home Assistant Unofficial Reference 2024.12.1
homeassistant.auth.providers.homeassistant.InvalidUser Class Reference
Inheritance diagram for homeassistant.auth.providers.homeassistant.InvalidUser:
[legend]
Collaboration diagram for homeassistant.auth.providers.homeassistant.InvalidUser:
[legend]

Public Member Functions

None __init__ (self, *object args, str|None translation_key=None, dict[str, str]|None translation_placeholders=None)
 
- Public Member Functions inherited from homeassistant.exceptions.HomeAssistantError
None __init__ (self, *object args, str|None translation_domain=None, str|None translation_key=None, dict[str, str]|None translation_placeholders=None)
 
str __str__ (self)
 

Additional Inherited Members

- Public Attributes inherited from homeassistant.exceptions.HomeAssistantError
 generate_message
 
 translation_domain
 
 translation_key
 
 translation_placeholders
 
- Static Public Attributes inherited from homeassistant.exceptions.HomeAssistantError
 bool
 
 None
 

Detailed Description

Raised when invalid user is specified.

Will not be raised when validating authentication.

Definition at line 52 of file homeassistant.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.auth.providers.homeassistant.InvalidUser.__init__ (   self,
*object  args,
str | None   translation_key = None,
dict[str, str] | None   translation_placeholders = None 
)
Initialize exception.

Definition at line 58 of file homeassistant.py.


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