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

Public Member Functions

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

Public Attributes

 push_config
 

Static Public Attributes

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

Detailed Description

A view that provides the push categories configuration.

Definition at line 294 of file __init__.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 300 of file __init__.py.

Member Function Documentation

◆ get()

web.Response homeassistant.components.ios.iOSPushConfigView.get (   self,
web.Request  request 
)
Handle the GET request for the push configuration.

Definition at line 305 of file __init__.py.

Member Data Documentation

◆ name

string homeassistant.components.ios.iOSPushConfigView.name = "api:ios:push"
static

Definition at line 298 of file __init__.py.

◆ push_config

homeassistant.components.ios.iOSPushConfigView.push_config

Definition at line 302 of file __init__.py.

◆ url

string homeassistant.components.ios.iOSPushConfigView.url = "/api/ios/push"
static

Definition at line 297 of file __init__.py.


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