From 756cbe1b0829b679f4a1ee10e2da6165be4469d9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 23 Oct 2015 22:41:13 +0200 Subject: [PATCH] Remove configuration details --- homeassistant/components/sensor/worldclock.py | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/homeassistant/components/sensor/worldclock.py b/homeassistant/components/sensor/worldclock.py index 01767241a0a..3c15b48ad6a 100644 --- a/homeassistant/components/sensor/worldclock.py +++ b/homeassistant/components/sensor/worldclock.py @@ -4,26 +4,6 @@ homeassistant.components.sensor.worldclock The Worldclock sensor let you display the current time of a different time zone. -Configuration: - -To use the Worldclock sensor you will need to add something like the -following to your configuration.yaml file. - -sensor: - platform: worldclock - time_zone: America/New_York - name: New York - -Variables: - -time_zone -*Required -Time zone you want to display. - -name -*Optional -Name of the sensor to use in the frontend. - For more details about this platform, please refer to the documentation at https://home-assistant.io/components/sensor.worldclock.html """