Classes | |
| class | MyStromLight |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | DEFAULT_NAME = "myStrom bulb" |
| string | EFFECT_RAINBOW = "rainbow" |
| string | EFFECT_SUNRISE = "sunrise" |
Support for myStrom Wifi bulbs.
| None homeassistant.components.mystrom.light.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
|
private |
| string homeassistant.components.mystrom.light.DEFAULT_NAME = "myStrom bulb" |
| string homeassistant.components.mystrom.light.EFFECT_RAINBOW = "rainbow" |