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__) | |
The Synology DSM component.
|
private |
Handle options update.
Definition at line 133 of file __init__.py.
| 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.
| 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.
| bool homeassistant.components.synology_dsm.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload Synology DSM sensors.
Definition at line 124 of file __init__.py.
|
private |
Definition at line 36 of file __init__.py.