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

Public Member Functions

web.Response get (self, web.Request request)
 

Static Public Attributes

 name
 
 requires_auth
 
 url
 

Detailed Description

Display the homekit pairing code at a protected url.

Definition at line 1186 of file __init__.py.

Member Function Documentation

◆ get()

web.Response homeassistant.components.homekit.HomeKitPairingQRView.get (   self,
web.Request  request 
)
Retrieve the pairing QRCode image.

Definition at line 1193 of file __init__.py.

Member Data Documentation

◆ name

homeassistant.components.homekit.HomeKitPairingQRView.name
static

Definition at line 1190 of file __init__.py.

◆ requires_auth

homeassistant.components.homekit.HomeKitPairingQRView.requires_auth
static

Definition at line 1191 of file __init__.py.

◆ url

homeassistant.components.homekit.HomeKitPairingQRView.url
static

Definition at line 1189 of file __init__.py.


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