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 | |
Base class for assist satellite entities.
| bool homeassistant.components.assist_satellite.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Definition at line 46 of file __init__.py.
| 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.
| bool homeassistant.components.assist_satellite.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 78 of file __init__.py.
|
private |
Definition at line 30 of file __init__.py.
|
private |
Definition at line 41 of file __init__.py.
| homeassistant.components.assist_satellite.PLATFORM_SCHEMA_BASE = cv.PLATFORM_SCHEMA_BASE |
Definition at line 43 of file __init__.py.