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

Classes

class  Tones
 
class  VoipAssistSatellite
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 Final
 

Detailed Description

Assist satellite entity for VoIP integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.voip.assist_satellite.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up VoIP Assist satellite entity.

Definition at line 54 of file assist_satellite.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 34 of file assist_satellite.py.

◆ Final

homeassistant.components.voip.assist_satellite.Final

Definition at line 36 of file assist_satellite.py.