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" |
Support for Bond lights.
| None homeassistant.components.bond.light.async_setup_entry | ( | HomeAssistant | hass, |
| BondConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
|
private |
| list homeassistant.components.bond.light.ENTITY_SERVICES |
| string homeassistant.components.bond.light.SERVICE_START_DECREASING_BRIGHTNESS = "start_decreasing_brightness" |
| string homeassistant.components.bond.light.SERVICE_START_INCREASING_BRIGHTNESS = "start_increasing_brightness" |