Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ios.iOSIdentifyDeviceView Class Reference
Inheritance diagram for homeassistant.components.ios.iOSIdentifyDeviceView:
[legend]
Collaboration diagram for homeassistant.components.ios.iOSIdentifyDeviceView:
[legend]

Public Member Functions

None __init__ (self, str config_path)
 
web.Response post (self, web.Request request)
 

Static Public Attributes

string name = "api:ios:identify"
 
string url = "/api/ios/identify"
 

Private Attributes

 _config_path
 

Detailed Description

A view that accepts device identification requests.

Definition at line 326 of file __init__.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.ios.iOSIdentifyDeviceView.__init__ (   self,
str  config_path 
)
Initialize the view.

Definition at line 332 of file __init__.py.

Member Function Documentation

◆ post()

web.Response homeassistant.components.ios.iOSIdentifyDeviceView.post (   self,
web.Request  request 
)
Handle the POST request for device identification.

Definition at line 336 of file __init__.py.

Member Data Documentation

◆ _config_path

homeassistant.components.ios.iOSIdentifyDeviceView._config_path
private

Definition at line 334 of file __init__.py.

◆ name

string homeassistant.components.ios.iOSIdentifyDeviceView.name = "api:ios:identify"
static

Definition at line 330 of file __init__.py.

◆ url

string homeassistant.components.ios.iOSIdentifyDeviceView.url = "/api/ios/identify"
static

Definition at line 329 of file __init__.py.


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