Static Public Attributes | |
| None | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Representation of a Date entity.
Definition at line 71 of file __init__.py.
| None homeassistant.components.date.DateEntity.async_set_value | ( | self, | |
| date | value | ||
| ) |
Change the date.
Reimplemented in homeassistant.components.vallox.date.ValloxFilterChangeDateEntity, homeassistant.components.esphome.date.EsphomeDate, and homeassistant.components.demo.date.DemoDate.
Definition at line 108 of file __init__.py.
| None homeassistant.components.date.DateEntity.device_class | ( | self | ) |
Return the device class for the entity.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 81 of file __init__.py.
| date | None homeassistant.components.date.DateEntity.native_value | ( | self | ) |
Return the value reported by the date.
Reimplemented in homeassistant.components.vallox.date.ValloxFilterChangeDateEntity, homeassistant.components.knx.date.KNXDateEntity, and homeassistant.components.esphome.date.EsphomeDate.
Definition at line 100 of file __init__.py.
| None homeassistant.components.date.DateEntity.set_value | ( | self, | |
| date | value | ||
| ) |
Change the date.
Definition at line 104 of file __init__.py.
Return the entity state.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 93 of file __init__.py.
| None homeassistant.components.date.DateEntity.state_attributes | ( | self | ) |
Return the state attributes.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 87 of file __init__.py.
|
static |
Definition at line 77 of file __init__.py.