mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Add unique ID to InfluxDB sensor (#21455)
This commit is contained in:
parent
01eed4934b
commit
0afa5691b4
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user