clarify options' use (#11189)

* clarify options' use

The current description looks outdated to me because:
1. In Lovelace the time/date is not displayed when we open default_view
2. If only - 'time' specified, no `sensor.date` or anything else exists (and it's not clear as the configuration variable name is `display_options` (maybe now it's better to make it deprecated and change to `options` or something)?

* Update source/_integrations/time_date.markdown

typo

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* resolving #1
This commit is contained in:
akasma74 2019-11-28 11:11:43 +00:00 committed by Franck Nijhof
parent 9406423980
commit 0be2778d7b

View File

@ -9,9 +9,8 @@ ha_release: pre 0.7
ha_qa_scale: internal
---
The time and date (`time_date`) sensor platform simple displays the time in various formats, the date, or both.
To enable this sensor in your installation, add the following to your `configuration.yaml` file:
The time and date (`time_date`) sensor platform adds one or more sensors to your Home Assistant state machine.
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):
```yaml
# Example configuration.yaml entry