Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.syncthru
 

Functions

bool homeassistant.components.syncthru.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.syncthru.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
set[tuple[str, str]] homeassistant.components.syncthru.device_connections (SyncThru printer)
 
set[tuple[str, str]]|None homeassistant.components.syncthru.device_identifiers (SyncThru printer)
 

Variables

 homeassistant.components.syncthru._LOGGER = logging.getLogger(__name__)
 
list homeassistant.components.syncthru.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR]