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

Classes

class  IdasenDeskButton
 
class  IdasenDeskButtonDescription
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Representation of Idasen Desk buttons.

Function Documentation

◆ async_setup_entry()

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

Definition at line 46 of file button.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.idasen_desk.button._LOGGER = logging.getLogger(__name__)
private

Definition at line 18 of file button.py.