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

Namespaces

 connection_test
 
 const
 
 entity
 
 errors
 
 websocket_api
 

Functions

bool async_setup (HomeAssistant hass, ConfigType config)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

list __all__
 
 _LOGGER = logging.getLogger(__name__)
 
 PLATFORM_SCHEMA_BASE = cv.PLATFORM_SCHEMA_BASE
 

Detailed Description

Base class for assist satellite entities.

Function Documentation

◆ async_setup()

bool homeassistant.components.assist_satellite.async_setup ( HomeAssistant  hass,
ConfigType  config 
)

Definition at line 46 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.assist_satellite.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up a config entry.

Definition at line 73 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.assist_satellite.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 78 of file __init__.py.

Variable Documentation

◆ __all__

list homeassistant.components.assist_satellite.__all__
private
Initial value:
1 = [
2  "DOMAIN",
3  "AssistSatelliteAnnouncement",
4  "AssistSatelliteEntity",
5  "AssistSatelliteConfiguration",
6  "AssistSatelliteEntityDescription",
7  "AssistSatelliteEntityFeature",
8  "AssistSatelliteWakeWord",
9  "SatelliteBusyError",
10 ]

Definition at line 30 of file __init__.py.

◆ _LOGGER

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

Definition at line 41 of file __init__.py.

◆ PLATFORM_SCHEMA_BASE

homeassistant.components.assist_satellite.PLATFORM_SCHEMA_BASE = cv.PLATFORM_SCHEMA_BASE

Definition at line 43 of file __init__.py.