Classes | |
| class | HueLight |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| string | EFFECT_NONE = "None" |
| int | FALLBACK_MAX_MIREDS = 500 |
| int | FALLBACK_MIN_MIREDS = 153 |
| int | FALLBACK_MIREDS = 173 |
Support for Hue lights.
| None homeassistant.components.hue.v2.light.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
| string homeassistant.components.hue.v2.light.EFFECT_NONE = "None" |
| int homeassistant.components.hue.v2.light.FALLBACK_MAX_MIREDS = 500 |
| int homeassistant.components.hue.v2.light.FALLBACK_MIN_MIREDS = 153 |