Go to the source code of this file.
Classes | |
| class | homeassistant.components.demo.light.DemoLight |
Namespaces | |
| homeassistant.components.demo.light | |
Functions | |
| None | homeassistant.components.demo.light.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| list | homeassistant.components.demo.light.LIGHT_COLORS = [(56, 86), (345, 75)] |
| list | homeassistant.components.demo.light.LIGHT_EFFECT_LIST = ["rainbow", "none"] |
| list | homeassistant.components.demo.light.LIGHT_TEMPS = [240, 380] |
| dictionary | homeassistant.components.demo.light.SUPPORT_DEMO = {ColorMode.HS, ColorMode.COLOR_TEMP} |
| dictionary | homeassistant.components.demo.light.SUPPORT_DEMO_HS_WHITE = {ColorMode.HS, ColorMode.WHITE} |