From e34756aba82519495db8f88d1e72d2592f4e4d93 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Fri, 17 Sep 2021 09:30:52 +0200 Subject: [PATCH] InfluxDB: Clarify queries and queries_flux options (#19366) --- source/_integrations/influxdb.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/influxdb.markdown b/source/_integrations/influxdb.markdown index 3f8ced175a1..60f5aac2625 100644 --- a/source/_integrations/influxdb.markdown +++ b/source/_integrations/influxdb.markdown @@ -417,7 +417,7 @@ bucket: default: Home Assistant queries: type: list - description: 1.xx only - List of InfluxQL queries. + description: 1.xx only - List of sensors to expose in Home Assistant. Each sensor's state is set by configuring an InfluxQL query. required: true keys: name: @@ -457,7 +457,7 @@ queries: default: value queries_flux: type: list - description: 2.xx only - List of Flux queries. + description: 2.xx only - List of sensors to expose in Home Assistant. Each sensor's state is set by configuring a Flux query. required: true keys: name: