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

Classes

class  SynoDSMSurveillanceHomeModeToggle
 
class  SynologyDSMSwitchEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Synology DSM switch.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.synology_dsm.switch.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the Synology NAS switch.

Definition at line 42 of file switch.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 23 of file switch.py.