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

Public Member Functions

None __init__ (self, dict[str, Any] config)
 
web.Response get (self, web.Request request)
 

Public Attributes

 config
 

Static Public Attributes

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

Detailed Description

A view that provides the whole user-defined configuration.

Definition at line 310 of file __init__.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.ios.iOSConfigView.__init__ (   self,
dict[str, Any]  config 
)
Init the view.

Definition at line 316 of file __init__.py.

Member Function Documentation

◆ get()

web.Response homeassistant.components.ios.iOSConfigView.get (   self,
web.Request  request 
)
Handle the GET request for the user-defined configuration.

Definition at line 321 of file __init__.py.

Member Data Documentation

◆ config

homeassistant.components.ios.iOSConfigView.config

Definition at line 318 of file __init__.py.

◆ name

string homeassistant.components.ios.iOSConfigView.name = "api:ios:config"
static

Definition at line 314 of file __init__.py.

◆ url

string homeassistant.components.ios.iOSConfigView.url = "/api/ios/config"
static

Definition at line 313 of file __init__.py.


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