Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.vesync.light Namespace Reference

Classes

class  VeSyncBaseLight
 
class  VeSyncDimmableLightHA
 
class  VeSyncTunableWhiteLightHA
 

Functions

def _setup_entities (devices, async_add_entities)
 
None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for VeSync bulbs and wall dimmers.

Function Documentation

◆ _setup_entities()

def homeassistant.components.vesync.light._setup_entities (   devices,
  async_add_entities 
)
private
Check if device is online and add entity.

Definition at line 43 of file light.py.

◆ async_setup_entry()

None homeassistant.components.vesync.light.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up lights.

Definition at line 23 of file light.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.vesync.light._LOGGER = logging.getLogger(__name__)
private

Definition at line 20 of file light.py.