Private Attributes | |
| _attr_color_mode | |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Static Public Attributes inherited from homeassistant.components.light.LightEntity | |
| int | |
| LightEntityFeature | |
| None | |
Static Public Attributes inherited from homeassistant.helpers.entity.ToggleEntity | |
| None | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
| None homeassistant.components.knx.light._KnxLight.async_turn_off | ( | self, | |
| **Any | kwargs | ||
| ) |
Turn the light off.
Reimplemented from homeassistant.helpers.entity.ToggleEntity.
| None homeassistant.components.knx.light._KnxLight.async_turn_on | ( | self, | |
| **Any | kwargs | ||
| ) |
Turn the light on.
Reimplemented from homeassistant.helpers.entity.ToggleEntity.
Return the brightness of this light between 0..255.
Reimplemented from homeassistant.components.light.LightEntity.
Return the color temperature in Kelvin.
Reimplemented from homeassistant.components.light.LightEntity.
| tuple[float, float] | None homeassistant.components.knx.light._KnxLight.hs_color | ( | self | ) |
Return the hue and saturation color value [float, float].
Reimplemented from homeassistant.components.light.LightEntity.
| bool homeassistant.components.knx.light._KnxLight.is_on | ( | self | ) |
Return true if light is on.
Reimplemented from homeassistant.helpers.entity.ToggleEntity.
Return the rgb color value [int, int, int].
Reimplemented from homeassistant.components.light.LightEntity.
Return the rgbw color value [int, int, int, int].
Reimplemented from homeassistant.components.light.LightEntity.
| set[ColorMode] homeassistant.components.knx.light._KnxLight.supported_color_modes | ( | self | ) |
Get supported color modes.
Reimplemented from homeassistant.components.light.LightEntity.
| tuple[float, float] | None homeassistant.components.knx.light._KnxLight.xy_color | ( | self | ) |
Return the xy color value [float, float].
Reimplemented from homeassistant.components.light.LightEntity.
|
private |