Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.assist_satellite.connection_test.ConnectionTestView Class Reference
Inheritance diagram for homeassistant.components.assist_satellite.connection_test.ConnectionTestView:
[legend]
Collaboration diagram for homeassistant.components.assist_satellite.connection_test.ConnectionTestView:
[legend]

Public Member Functions

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

Static Public Attributes

string name = "api:assist_satellite_connection_test"
 
bool requires_auth = False
 
string url = f"{CONNECTION_TEST_URL_BASE}/{{connection_id}}"
 

Detailed Description

View to serve an audio sample for connection test.

Definition at line 19 of file connection_test.py.

Member Function Documentation

◆ get()

web.Response homeassistant.components.assist_satellite.connection_test.ConnectionTestView.get (   self,
web.Request  request,
str  connection_id 
)
Start a get request.

Definition at line 26 of file connection_test.py.

Member Data Documentation

◆ name

string homeassistant.components.assist_satellite.connection_test.ConnectionTestView.name = "api:assist_satellite_connection_test"
static

Definition at line 24 of file connection_test.py.

◆ requires_auth

bool homeassistant.components.assist_satellite.connection_test.ConnectionTestView.requires_auth = False
static

Definition at line 22 of file connection_test.py.

◆ url

string homeassistant.components.assist_satellite.connection_test.ConnectionTestView.url = f"{CONNECTION_TEST_URL_BASE}/{{connection_id}}"
static

Definition at line 23 of file connection_test.py.


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