Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.hassio.auth.HassIOPasswordReset Class Reference
Inheritance diagram for homeassistant.components.hassio.auth.HassIOPasswordReset:
[legend]
Collaboration diagram for homeassistant.components.hassio.auth.HassIOPasswordReset:
[legend]

Public Member Functions

web.Response post (self, web.Request request, dict[str, str] data)
 
- Public Member Functions inherited from homeassistant.components.hassio.auth.HassIOBaseAuth
None __init__ (self, HomeAssistant hass, User user)
 

Static Public Attributes

 extra
 
 name
 
 provider
 
 status
 
 url
 

Additional Inherited Members

- Public Attributes inherited from homeassistant.components.hassio.auth.HassIOBaseAuth
 hass
 
 user
 

Detailed Description

Hass.io view to handle password reset requests.

Definition at line 90 of file auth.py.

Member Function Documentation

◆ post()

web.Response homeassistant.components.hassio.auth.HassIOPasswordReset.post (   self,
web.Request  request,
dict[str, str]  data 
)

Definition at line 102 of file auth.py.

Member Data Documentation

◆ extra

homeassistant.components.hassio.auth.HassIOPasswordReset.extra
static

Definition at line 99 of file auth.py.

◆ name

homeassistant.components.hassio.auth.HassIOPasswordReset.name
static
Hass.io view to handle password reset requests.

Definition at line 93 of file auth.py.

◆ provider

homeassistant.components.hassio.auth.HassIOPasswordReset.provider
static
Handle password reset requests.

Definition at line 105 of file auth.py.

◆ status

homeassistant.components.hassio.auth.HassIOPasswordReset.status
static

Definition at line 114 of file auth.py.

◆ url

homeassistant.components.hassio.auth.HassIOPasswordReset.url
static

Definition at line 94 of file auth.py.


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