Make title linkable

This commit is contained in:
Fabian Affolter 2019-01-21 20:37:32 +01:00 committed by GitHub
parent 29e533bbe4
commit a50f6e7511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,7 +147,8 @@ And the template sensor for viewing the next bus attributes.
value_template: {% raw %}'{{states.sensor.next_bus_to_wantage.attributes.next_buses[0].estimated}}'{% endraw %} value_template: {% raw %}'{{states.sensor.next_bus_to_wantage.attributes.next_buses[0].estimated}}'{% endraw %}
``` ```
## Managing API requests ## {% linkable_title Managing API requests %}
If you wish to manage the rate of API requests (e.g. to disable requests when you aren't interested in travel, so that you can request updates more frequently when you do travel) set a really long `scan_interval` in the config options, and use the service `homeassistant.update_entity` to request the update of an entity, rather than waiting for the next scheduled update.
If you wish to manage the rate of API requests (e.g., to disable requests when you aren't interested in travel, so that you can request updates more frequently when you do travel) set a really long `scan_interval` in the config options, and use the service `homeassistant.update_entity` to request the update of an entity, rather than waiting for the next scheduled update.
Powered by [transportAPI](http://www.transportapi.com/) Powered by [transportAPI](http://www.transportapi.com/)