mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-31 07:16:47 +00:00

Co-authored-by: Franck Nijhof <frenck@frenck.nl> Co-authored-by: Philip Allgaier <philip.allgaier@gmx.de>
940 B
940 B
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 | Instructions on how to set up date entities within Home Assistant. |
|
2023.6 | date | internal |
|
entity |
The Date integration is built for the controlling and monitoring of dates on devices.
Date entities cannot be created manually, but can be provided by other integrations. If you are looking for a way to create a similar entity, please take a look at the Date/Time helper.
Services
date services
Available services: date.set_value
Service date.set_value
Set a new value for the date 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. |