Classes | |
| class | UpbLight |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| string | SERVICE_LIGHT_BLINK = "light_blink" |
| string | SERVICE_LIGHT_FADE_START = "light_fade_start" |
| string | SERVICE_LIGHT_FADE_STOP = "light_fade_stop" |
Platform for UPB light integration.
| None homeassistant.components.upb.light.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
| string homeassistant.components.upb.light.SERVICE_LIGHT_BLINK = "light_blink" |
| string homeassistant.components.upb.light.SERVICE_LIGHT_FADE_START = "light_fade_start" |