From c73a6332a3c02a8492998527f8ccb229ca8339df Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 26 May 2021 11:17:05 +0200 Subject: [PATCH] Add timezone detail (#17978) --- source/_integrations/time_date.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/time_date.markdown b/source/_integrations/time_date.markdown index 64c0c0a2cb2..7e2870e054c 100644 --- a/source/_integrations/time_date.markdown +++ b/source/_integrations/time_date.markdown @@ -13,7 +13,8 @@ ha_platforms: - sensor --- -The time and date (`time_date`) sensor platform adds one or more sensors to your Home Assistant state machine. +The time and date (`time_date`) integration allows one to show the current date or time in different formats. All values are based on the timezone which is set in "General Configuration". + To have these sensors available in your installation, add the following to your `configuration.yaml` file (each option creates a separate sensor that contains appropriate data, e.g., `sensor.date` for the `date` option): ```yaml