MQTT Sensor Unique ID feature (#5131)

This commit is contained in:
Otto Winter 2018-04-08 04:32:01 +02:00 committed by Paulus Schoutsen
parent 5c47c159a9
commit 0c7780681b

View File

@ -80,6 +80,10 @@ json_attributes:
description: A list of keys to extract values from a JSON dictionary payload and then set as sensor attributes.
reqired: false
type: list, string
unique_id:
description: "An id that uniquely identifies this sensor. If 2 sensors have the same unique id, Home Assistant will raise an exception.**"
required: false
type: string
{% endconfiguration %}
## {% linkable_title Examples %}