From 52b4c3b5a2e633b209c933dce772f695ed8ec83c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 20 Oct 2015 22:15:53 +0200 Subject: [PATCH] Remove configuration details --- homeassistant/components/sensor/time_date.py | 23 ++------------------ 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/homeassistant/components/sensor/time_date.py b/homeassistant/components/sensor/time_date.py index 77011c3afad..8f0e4995356 100644 --- a/homeassistant/components/sensor/time_date.py +++ b/homeassistant/components/sensor/time_date.py @@ -3,27 +3,8 @@ homeassistant.components.sensor.time_date ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Date and Time service. -Configuration: - -To use the Date and Time sensor you will need to add something like the -following to your configuration.yaml file. - -sensor: - platform: time_date - display_options: - - 'time' - - 'date' - - 'date_time' - - 'time_date' - - 'time_utc' - - 'beat' - -Variables: - -display_options -*Required -The variable you wish to display. See the configuration example above for a -list of all available variables. +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/sensor.time_date.html """ import logging