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 Time entity.
Definition at line 71 of file __init__.py.
| None homeassistant.components.time.TimeEntity.async_set_value | ( | self, | |
| time | value | ||
| ) |
Change the time.
Reimplemented in homeassistant.components.starlink.time.StarlinkTimeEntity, homeassistant.components.roborock.time.RoborockTimeEntity, homeassistant.components.melnor.time.MelnorZoneTime, homeassistant.components.litterrobot.time.LitterRobotTimeEntity, homeassistant.components.home_connect.time.HomeConnectTimeEntity, homeassistant.components.esphome.time.EsphomeTime, homeassistant.components.demo.time.DemoTime, and homeassistant.components.broadlink.time.BroadlinkTime.
Definition at line 108 of file __init__.py.
| None homeassistant.components.time.TimeEntity.device_class | ( | self | ) |
Return the device class for the entity.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 81 of file __init__.py.
| time | None homeassistant.components.time.TimeEntity.native_value | ( | self | ) |
Return the value reported by the time.
Reimplemented in homeassistant.components.starlink.time.StarlinkTimeEntity, homeassistant.components.roborock.time.RoborockTimeEntity, homeassistant.components.melnor.time.MelnorZoneTime, homeassistant.components.litterrobot.time.LitterRobotTimeEntity, homeassistant.components.knx.time.KNXTimeEntity, and homeassistant.components.esphome.time.EsphomeTime.
Definition at line 100 of file __init__.py.
| None homeassistant.components.time.TimeEntity.set_value | ( | self, | |
| time | value | ||
| ) |
Change the time.
Reimplemented in homeassistant.components.renson.time.RensonTime.
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.time.TimeEntity.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 76 of file __init__.py.