|
| web.Response | get (self, web.Request request, str connection_id) |
| |
|
| string | name = "api:assist_satellite_connection_test" |
| |
| bool | requires_auth = False |
| |
| string | url = f"{CONNECTION_TEST_URL_BASE}/{{connection_id}}" |
| |
View to serve an audio sample for connection test.
Definition at line 19 of file connection_test.py.
◆ get()
| web.Response homeassistant.components.assist_satellite.connection_test.ConnectionTestView.get |
( |
|
self, |
|
|
web.Request |
request, |
|
|
str |
connection_id |
|
) |
| |
◆ name
| string homeassistant.components.assist_satellite.connection_test.ConnectionTestView.name = "api:assist_satellite_connection_test" |
|
static |
◆ requires_auth
| bool homeassistant.components.assist_satellite.connection_test.ConnectionTestView.requires_auth = False |
|
static |
◆ url
| string homeassistant.components.assist_satellite.connection_test.ConnectionTestView.url = f"{CONNECTION_TEST_URL_BASE}/{{connection_id}}" |
|
static |
The documentation for this class was generated from the following file: