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

Namespaces

 binary_sensor
 
 button
 
 camera
 
 common
 
 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 entity
 
 media_source
 
 models
 
 sensor
 
 service
 
 switch
 
 update
 

Functions

None _async_update_listener (HomeAssistant hass, ConfigEntry entry)
 
bool async_remove_config_entry_device (HomeAssistant hass, ConfigEntry entry, dr.DeviceEntry device_entry)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

The Synology DSM component.

Function Documentation

◆ _async_update_listener()

None homeassistant.components.synology_dsm._async_update_listener ( HomeAssistant  hass,
ConfigEntry  entry 
)
private
Handle options update.

Definition at line 133 of file __init__.py.

◆ async_remove_config_entry_device()

bool homeassistant.components.synology_dsm.async_remove_config_entry_device ( HomeAssistant  hass,
ConfigEntry  entry,
dr.DeviceEntry   device_entry 
)
Remove synology_dsm config entry from a device.

Definition at line 138 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.synology_dsm.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up Synology DSM sensors.

Definition at line 39 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.synology_dsm.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload Synology DSM sensors.

Definition at line 124 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 36 of file __init__.py.