Added note about entity_id and homeassistant.update_entity

This commit is contained in:
Joakim Sørensen 2018-10-27 14:59:01 +02:00 committed by GitHub
parent 26924e4d17
commit a9cba671a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,10 @@ ha_qa_scale: internal
The `template` platform supports sensors which break out `state_attributes` from other entities.
<p class='note'>
If you do not supply an `entity_id` in the configuration you will need to run the service `homeassistant.update_entity` to update the sensor.
</p>
## {% linkable_title Configuration %}
To enable Template Sensors in your installation, add the following to your `configuration.yaml` file: