Updated description of sensor update (#7488)

* Updated description of sensor update

Added link to description how to configure time & date sensors used as a trigger for template sensor update.

* ✏️ Tweal
This commit is contained in:
Andrejs 2018-11-20 00:33:24 +02:00 committed by Franck Nijhof
parent 62bc9ab668
commit f2a1fabe1e

View File

@ -309,8 +309,7 @@ sensor:
Useful entities to choose might be `sensor.date` which update once per day, or `sensor.time` which updates once per minute.
Note: If a template uses more than one sensor they can be listed
Note: [Time & Date Sensors](https://www.home-assistant.io/components/sensor.time_date/) used as an update trigger, must be configured. If a template uses more than one sensor they can be listed.
The alternative to this is to create an `Automation`using the new (81.0) service `homeassistant.update_entity` and list all entity's requiring updates and setting the interval based on time.