Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.assist_satellite.connection_test Namespace Reference

Classes

class  ConnectionTestView
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string CONNECTION_TEST_CONTENT_TYPE = "audio/mpeg"
 
string CONNECTION_TEST_FILENAME = "connection_test.mp3"
 
string CONNECTION_TEST_URL_BASE = "/api/assist_satellite/connection_test"
 

Detailed Description

Assist satellite connection test.

Variable Documentation

◆ _LOGGER

homeassistant.components.assist_satellite.connection_test._LOGGER = logging.getLogger(__name__)
private

Definition at line 12 of file connection_test.py.

◆ CONNECTION_TEST_CONTENT_TYPE

string homeassistant.components.assist_satellite.connection_test.CONNECTION_TEST_CONTENT_TYPE = "audio/mpeg"

Definition at line 14 of file connection_test.py.

◆ CONNECTION_TEST_FILENAME

string homeassistant.components.assist_satellite.connection_test.CONNECTION_TEST_FILENAME = "connection_test.mp3"

Definition at line 15 of file connection_test.py.

◆ CONNECTION_TEST_URL_BASE

string homeassistant.components.assist_satellite.connection_test.CONNECTION_TEST_URL_BASE = "/api/assist_satellite/connection_test"

Definition at line 16 of file connection_test.py.