Static Private Attributes | |
| _attr_name = None | |
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.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
Static Public Attributes inherited from homeassistant.components.light.LightEntity | |
| int | |
| LightEntityFeature | |
| None | |
Static Public Attributes inherited from homeassistant.helpers.entity.ToggleEntity | |
| None | |
Return the brightness of the light.
Reimplemented from homeassistant.components.light.LightEntity.
Return the color mode of the light.
Reimplemented from homeassistant.components.light.LightEntity.
Return the color temp of the light.
Reimplemented from homeassistant.components.light.LightEntity.
| tuple[float, float] | None homeassistant.components.abode.light.AbodeLight.hs_color | ( | self | ) |
Return the color of the light.
Reimplemented from homeassistant.components.light.LightEntity.
| bool homeassistant.components.abode.light.AbodeLight.is_on | ( | self | ) |
Return true if device is on.
Reimplemented from homeassistant.helpers.entity.ToggleEntity.
Flag supported color modes.
Reimplemented from homeassistant.components.light.LightEntity.
| None homeassistant.components.abode.light.AbodeLight.turn_off | ( | self, | |
| **Any | kwargs | ||
| ) |
Turn off the light.
Reimplemented from homeassistant.helpers.entity.ToggleEntity.
| None homeassistant.components.abode.light.AbodeLight.turn_on | ( | self, | |
| **Any | kwargs | ||
| ) |
Turn on the light.
Reimplemented from homeassistant.helpers.entity.ToggleEntity.
|
staticprivate |