Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.netio.switch.NetioApiView Class Reference
Inheritance diagram for homeassistant.components.netio.switch.NetioApiView:
[legend]
Collaboration diagram for homeassistant.components.netio.switch.NetioApiView:
[legend]

Public Member Functions

def get (self, request, host)
 

Static Public Attributes

string name = "api:netio"
 
 url = URL_API_NETIO_EP
 

Detailed Description

WSGI handler class.

Definition at line 99 of file switch.py.

Member Function Documentation

◆ get()

def homeassistant.components.netio.switch.NetioApiView.get (   self,
  request,
  host 
)
Request handler.

Definition at line 106 of file switch.py.

Member Data Documentation

◆ name

string homeassistant.components.netio.switch.NetioApiView.name = "api:netio"
static

Definition at line 103 of file switch.py.

◆ url

homeassistant.components.netio.switch.NetioApiView.url = URL_API_NETIO_EP
static

Definition at line 102 of file switch.py.


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