Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.mobile_app.http_api.RegistrationsView Class Reference
Inheritance diagram for homeassistant.components.mobile_app.http_api.RegistrationsView:
[legend]
Collaboration diagram for homeassistant.components.mobile_app.http_api.RegistrationsView:
[legend]

Public Member Functions

Response post (self, Request request, dict data)
 

Static Public Attributes

 ATTR_SUPPORTS_ENCRYPTION
 
 context
 
 data
 
 default
 
 DOMAIN
 
 extra = vol.REMOVE_EXTRA,
 
 hass
 
string name = "api:mobile_app:register"
 
 remote_ui_url
 
 separator
 
 status_code
 
string url = "/api/mobile_app/registrations"
 
 webhook_id
 

Detailed Description

A view that accepts registration requests.

Definition at line 41 of file http_api.py.

Member Function Documentation

◆ post()

Response homeassistant.components.mobile_app.http_api.RegistrationsView.post (   self,
Request  request,
dict  data 
)

Definition at line 63 of file http_api.py.

Member Data Documentation

◆ ATTR_SUPPORTS_ENCRYPTION

homeassistant.components.mobile_app.http_api.RegistrationsView.ATTR_SUPPORTS_ENCRYPTION
static

Definition at line 57 of file http_api.py.

◆ context

homeassistant.components.mobile_app.http_api.RegistrationsView.context
static

Definition at line 87 of file http_api.py.

◆ data

homeassistant.components.mobile_app.http_api.RegistrationsView.data
static

Definition at line 87 of file http_api.py.

◆ default

homeassistant.components.mobile_app.http_api.RegistrationsView.default
static

Definition at line 57 of file http_api.py.

◆ DOMAIN

homeassistant.components.mobile_app.http_api.RegistrationsView.DOMAIN
static

Definition at line 87 of file http_api.py.

◆ extra

homeassistant.components.mobile_app.http_api.RegistrationsView.extra = vol.REMOVE_EXTRA,
static

Definition at line 60 of file http_api.py.

◆ hass

homeassistant.components.mobile_app.http_api.RegistrationsView.hass
static
Handle the POST request for registration.

Definition at line 65 of file http_api.py.

◆ name

string homeassistant.components.mobile_app.http_api.RegistrationsView.name = "api:mobile_app:register"
static

Definition at line 45 of file http_api.py.

◆ remote_ui_url

homeassistant.components.mobile_app.http_api.RegistrationsView.remote_ui_url
static

Definition at line 91 of file http_api.py.

◆ separator

homeassistant.components.mobile_app.http_api.RegistrationsView.separator
static

Definition at line 82 of file http_api.py.

◆ status_code

homeassistant.components.mobile_app.http_api.RegistrationsView.status_code
static

Definition at line 103 of file http_api.py.

◆ url

string homeassistant.components.mobile_app.http_api.RegistrationsView.url = "/api/mobile_app/registrations"
static

Definition at line 44 of file http_api.py.

◆ webhook_id

homeassistant.components.mobile_app.http_api.RegistrationsView.webhook_id
static

Definition at line 67 of file http_api.py.


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