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

Classes

class  ISYLightEntity
 

Functions

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

Variables

string ATTR_LAST_BRIGHTNESS = "last_brightness"
 

Detailed Description

Support for ISY lights.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.isy994.light.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the ISY light platform.

Definition at line 26 of file light.py.

Variable Documentation

◆ ATTR_LAST_BRIGHTNESS

string homeassistant.components.isy994.light.ATTR_LAST_BRIGHTNESS = "last_brightness"

Definition at line 23 of file light.py.