From c58cf5349c05f420f00352e5a16f5dcee7c60f28 Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Sun, 30 Apr 2023 14:45:02 -0400 Subject: [PATCH] Add `date` platform docs (#24986) Co-authored-by: Franck Nijhof Co-authored-by: Philip Allgaier --- source/_integrations/date.markdown | 31 ++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 source/_integrations/date.markdown diff --git a/source/_integrations/date.markdown b/source/_integrations/date.markdown new file mode 100644 index 00000000000..fc8426fa593 --- /dev/null +++ b/source/_integrations/date.markdown @@ -0,0 +1,31 @@ +--- +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 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](/integrations/input_datetime). + +## 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.