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

Classes

class  SynologyDSMButton
 
class  SynologyDSMbuttonDescription
 

Functions

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

Variables

 LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Synology DSM buttons.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.synology_dsm.button.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set buttons for device.

Definition at line 53 of file button.py.

Variable Documentation

◆ LOGGER

homeassistant.components.synology_dsm.button.LOGGER = logging.getLogger(__name__)

Definition at line 25 of file button.py.