Merge pull request #7159 from ludeeus/patch-1

Added note about entity_id and homeassistant.update_entity
This commit is contained in:
DubhAd 2018-10-28 08:23:24 +00:00 committed by GitHub
commit ae92312534
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: