From 3f3308fc38f6d1acbbfc502d454df0a81c637ffa Mon Sep 17 00:00:00 2001 From: Indu Prakash <6459774+InduPrakash@users.noreply.github.com> Date: Thu, 25 Jun 2020 13:42:06 -0500 Subject: [PATCH] Add worldclock custom format (#13592) --- source/_integrations/worldclock.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/worldclock.markdown b/source/_integrations/worldclock.markdown index 490f7b3dc3d..4387d3e276e 100644 --- a/source/_integrations/worldclock.markdown +++ b/source/_integrations/worldclock.markdown @@ -34,6 +34,11 @@ name: required: false type: string default: Worldclock Sensor +time_format: + description: The time format. + required: false + type: string + default: "%H:%M" {% endconfiguration %} For valid time zones check the **TZ** column in the [Wikipedia overview](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). Or get the full list from the [pytz](https://pypi.python.org/pypi/pytz) module.