mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-26 12:06:50 +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>
34 lines
950 B
Markdown
34 lines
950 B
Markdown
---
|
|
title: Date
|
|
description: Instructions on how to set up date entities within Home Assistant.
|
|
ha_category:
|
|
- Date
|
|
ha_release: '2023.6'
|
|
ha_domain: date
|
|
ha_quality_scale: internal
|
|
ha_codeowners:
|
|
- '@home-assistant/core'
|
|
ha_integration_type: entity
|
|
---
|
|
|
|
The **Date** {% term integration %} is built for the controlling and monitoring of dates on devices.
|
|
|
|
{% include integrations/building_block_integration.md %}
|
|
|
|
If you are looking for a way to create a similar entity, please take a look at the [Date/Time helper](/integrations/input_datetime).
|
|
|
|
## Services
|
|
|
|
### Date services
|
|
|
|
Available {% term services %}: `date.set_value`
|
|
|
|
### Service `date.set_value`
|
|
|
|
Set a new value for the date {% term entity %}.
|
|
|
|
| Service data attribute | Optional | Description |
|
|
| ---------------------- | -------- | ----------- |
|
|
| `entity_id` | no | String or list of strings that point at `entity_id`'s of dates to control.
|
|
| `date` | no | New date value to set.
|