From be8e23ff0d43bed1966d3aa7f1badcdf51b0d3e5 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 29 Apr 2025 13:28:31 +0200 Subject: [PATCH] Integration docs template: add glossary ref (#38797) --- source/_integrations/_integration_docs_template.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/_integration_docs_template.markdown b/source/_integrations/_integration_docs_template.markdown index f8b33a17150..6b49608f02d 100644 --- a/source/_integrations/_integration_docs_template.markdown +++ b/source/_integrations/_integration_docs_template.markdown @@ -158,7 +158,7 @@ link to the blueprint on the [blueprints ## Data updates -The **My integration** integration fetches data from the device every 5 minutes by default. +The **My integration** integration {% term polling polls %} data from the device every 5 minutes by default. Newer devices (the ones running MyOS) have the possibility to push data. In this case, pushing data is enabled when the integration is started. If enabling data push fails, the integration uses data {% term polling %}.