mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 03:59:00 +00:00

* d and e integrations: apply sentence-style capitalization - add references to glossary terms * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Apply suggestions from code review Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Fix typo --------- Co-authored-by: Joakim Sørensen <joasoe@gmail.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
1.3 KiB
1.3 KiB
title, description, ha_category, ha_release, ha_domain, ha_quality_scale, ha_codeowners, ha_integration_type
title | description | ha_category | ha_release | ha_domain | ha_quality_scale | ha_codeowners | ha_integration_type | ||
---|---|---|---|---|---|---|---|---|---|
Date/Time | Instructions on how to set up date/time entities within Home Assistant. |
|
2023.6 | datetime | internal |
|
entity |
The Date/Time {% term integration %} is built for the controlling and monitoring of timestamps on devices.
{% include integrations/building_block_integration.md %}
If you are looking for a way to create a Date/Time entity, please take a look at the Date/Time helper.
Services
datetime services
Available {% term services %}: datetime.set_value
Service datetime.set_value
Set a new value for the datetime {% term entity %}.
Service data attribute | Optional | Description |
---|---|---|
entity_id |
no | String or list of strings that point at entity_id 's of datetimes to control. |
datetime |
no | New datetime value to set. If timezone is not included, the Home Assistant instance's timezone will be used. |