Additional Inherited Members | |
Public Attributes inherited from homeassistant.components.zha.entity.ZHAEntity | |
| remove_future | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Public Attributes inherited from homeassistant.components.number.NumberEntity | |
| device_class | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
Static Public Attributes inherited from homeassistant.components.number.NumberEntity | |
| None | |
| None homeassistant.components.zha.number.ZhaNumber.async_set_native_value | ( | self, | |
| float | value | ||
| ) |
Update the current value from HA.
Reimplemented from homeassistant.components.number.NumberEntity.
| str | UndefinedType | None homeassistant.components.zha.number.ZhaNumber.name | ( | self | ) |
Return the name of the number entity.
Reimplemented from homeassistant.components.zha.entity.ZHAEntity.
| float homeassistant.components.zha.number.ZhaNumber.native_max_value | ( | self | ) |
Return the maximum value.
Reimplemented from homeassistant.components.number.NumberEntity.
| float homeassistant.components.zha.number.ZhaNumber.native_min_value | ( | self | ) |
Return the minimum value.
Reimplemented from homeassistant.components.number.NumberEntity.
| float | None homeassistant.components.zha.number.ZhaNumber.native_step | ( | self | ) |
Return the value step.
Reimplemented from homeassistant.components.number.NumberEntity.
Return the unit the value is expressed in.
Reimplemented from homeassistant.components.number.NumberEntity.
| float | None homeassistant.components.zha.number.ZhaNumber.native_value | ( | self | ) |
Return the current value.
Reimplemented from homeassistant.components.number.NumberEntity.