diff --git a/source/_components/binary_sensor.mqtt.markdown b/source/_components/binary_sensor.mqtt.markdown index 92ac12ccb0e..8d4b8b38e27 100644 --- a/source/_components/binary_sensor.mqtt.markdown +++ b/source/_components/binary_sensor.mqtt.markdown @@ -69,6 +69,10 @@ qos: required: false type: integer default: 0 +unique_id: + description: "An ID that uniquely identifies this sensor. If two sensors have the same unique ID, Home Assistant will raise an exception." + required: false + type: string device_class: description: "The [type/class](/components/binary_sensor/) of the sensor to set the icon in the frontend." required: false