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

Classes

class  EsphomeAssistSatellite
 
class  VoiceAssistantUDPServer
 

Functions

None async_setup_entry (HomeAssistant hass, ESPHomeConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

int _ANNOUNCEMENT_TIMEOUT_SEC = 5 * 60
 
int _CONFIG_TIMEOUT_SEC = 5
 
 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for assist satellites in ESPHome.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.esphome.assist_satellite.async_setup_entry ( HomeAssistant  hass,
ESPHomeConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up Assist satellite entity.

Definition at line 87 of file assist_satellite.py.

Variable Documentation

◆ _ANNOUNCEMENT_TIMEOUT_SEC

int homeassistant.components.esphome.assist_satellite._ANNOUNCEMENT_TIMEOUT_SEC = 5 * 60
private

Definition at line 83 of file assist_satellite.py.

◆ _CONFIG_TIMEOUT_SEC

int homeassistant.components.esphome.assist_satellite._CONFIG_TIMEOUT_SEC = 5
private

Definition at line 84 of file assist_satellite.py.

◆ _LOGGER

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

Definition at line 50 of file assist_satellite.py.