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

Namespaces

 binary_sensor
 
 button
 
 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 entity
 
 sensor
 
 switch
 
 update
 

Classes

class  SmlightData
 

Functions

bool async_setup_entry (HomeAssistant hass, SmConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, SmConfigEntry entry)
 

Variables

 SmConfigEntry
 

Detailed Description

SMLIGHT SLZB Zigbee device integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.smlight.async_setup_entry ( HomeAssistant  hass,
SmConfigEntry  entry 
)
Set up SMLIGHT Zigbee from a config entry.

Definition at line 36 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.smlight.async_unload_entry ( HomeAssistant  hass,
SmConfigEntry  entry 
)
Unload a config entry.

Definition at line 61 of file __init__.py.

Variable Documentation

◆ SmConfigEntry

homeassistant.components.smlight.SmConfigEntry

Definition at line 33 of file __init__.py.