Home Assistant Unofficial Reference 2024.12.1
homeassistant.exceptions.UnknownUser Class Reference
Inheritance diagram for homeassistant.exceptions.UnknownUser:
[legend]
Collaboration diagram for homeassistant.exceptions.UnknownUser:
[legend]

Additional Inherited Members

- Public Member Functions inherited from homeassistant.exceptions.Unauthorized
None __init__ (self, Context|None context=None, str|None user_id=None, str|None entity_id=None, str|None config_entry_id=None, str|None perm_category=None, str|None permission=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)
 
- Public Attributes inherited from homeassistant.exceptions.Unauthorized
 config_entry_id
 
 context
 
 entity_id
 
 perm_category
 
 permission
 
 user_id
 
- 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

When call is made with user ID that doesn't exist.

Definition at line 254 of file exceptions.py.


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