From 0afa5691b4dbcb1c9fb67ab7098e915b1f1b05aa Mon Sep 17 00:00:00 2001 From: Sander Huisman Date: Sun, 6 Feb 2022 18:40:46 +0100 Subject: [PATCH] Add unique ID to InfluxDB sensor (#21455) --- source/_integrations/influxdb.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/influxdb.markdown b/source/_integrations/influxdb.markdown index 60f5aac2625..efc7520107a 100644 --- a/source/_integrations/influxdb.markdown +++ b/source/_integrations/influxdb.markdown @@ -424,6 +424,10 @@ queries: type: string description: The name of the sensor. required: true + unique_id: + type: string + description: The unique ID for this query. This allows changing the name, icon and entity_id from the web interface. + required: false unit_of_measurement: type: string description: Defines the units of measurement of the sensor, if any. @@ -464,6 +468,10 @@ queries_flux: type: string description: The name of the sensor. required: true + unique_id: + type: string + description: The unique ID for this query. This allows changing the name, icon and entity_id from the web interface. + required: false unit_of_measurement: type: string description: Defines the units of measurement of the sensor, if any.