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

Classes

class  BondBaseLight
 
class  BondDownLight
 
class  BondFireplace
 
class  BondLight
 
class  BondUpLight
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
list ENTITY_SERVICES
 
string SERVICE_START_DECREASING_BRIGHTNESS = "start_decreasing_brightness"
 
string SERVICE_START_INCREASING_BRIGHTNESS = "start_increasing_brightness"
 
string SERVICE_STOP = "stop"
 

Detailed Description

Support for Bond lights.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.bond.light.async_setup_entry ( HomeAssistant  hass,
BondConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up Bond light devices.

Definition at line 42 of file light.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 29 of file light.py.

◆ ENTITY_SERVICES

list homeassistant.components.bond.light.ENTITY_SERVICES
Initial value:
1 = [
2  SERVICE_START_INCREASING_BRIGHTNESS,
3  SERVICE_START_DECREASING_BRIGHTNESS,
4  SERVICE_STOP,
5 ]

Definition at line 35 of file light.py.

◆ SERVICE_START_DECREASING_BRIGHTNESS

string homeassistant.components.bond.light.SERVICE_START_DECREASING_BRIGHTNESS = "start_decreasing_brightness"

Definition at line 32 of file light.py.

◆ SERVICE_START_INCREASING_BRIGHTNESS

string homeassistant.components.bond.light.SERVICE_START_INCREASING_BRIGHTNESS = "start_increasing_brightness"

Definition at line 31 of file light.py.

◆ SERVICE_STOP

string homeassistant.components.bond.light.SERVICE_STOP = "stop"

Definition at line 33 of file light.py.