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

Namespaces

 config_flow
 
 const
 
 light
 
 utils
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
list PLATFORMS = [Platform.LIGHT]
 

Detailed Description

Support for Plum Lightpad devices.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.plum_lightpad.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up Plum Lightpad from a config entry.

Definition at line 26 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 21 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.plum_lightpad.PLATFORMS = [Platform.LIGHT]

Definition at line 23 of file __init__.py.