From a50f6e7511e7dc774f929423cd045e4570998d26 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 21 Jan 2019 20:37:32 +0100 Subject: [PATCH] Make title linkable --- source/_components/sensor.uk_transport.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/_components/sensor.uk_transport.markdown b/source/_components/sensor.uk_transport.markdown index 5fb03bc9ba5..ce0d0e813b0 100644 --- a/source/_components/sensor.uk_transport.markdown +++ b/source/_components/sensor.uk_transport.markdown @@ -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 %} ``` -## 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. +## {% 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. Powered by [transportAPI](http://www.transportapi.com/)