Classes | |
| class | TasmotaLight |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
| float | clamp (float value) |
| float | scale_brightness (float brightness) |
Variables | |
| int | DEFAULT_BRIGHTNESS_MAX = 255 |
| int | TASMOTA_BRIGHTNESS_MAX = 100 |
Support for Tasmota lights.
| None homeassistant.components.tasmota.light.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
| float homeassistant.components.tasmota.light.clamp | ( | float | value | ) |
| float homeassistant.components.tasmota.light.scale_brightness | ( | float | brightness | ) |
| int homeassistant.components.tasmota.light.DEFAULT_BRIGHTNESS_MAX = 255 |