Galaxy smarttag, SmartThings entity, no location

Hello everyone, I have a few SmartTags lying around, and I would like to integrate them into Home Assistant. I can’t find a location with the SmartThings integration. Do you know a solution? Only the entities Alarm, Battery, and Volume are visible.

Anyone an idea?

I also have those entities but all report ‘unknown’.

Isn’t it wonderful how AI churns out rubbish.
Google search gave me a full set of instructions on how to set it up. Yeah right. Nah !!

Of possible interest the debug log shows a range of information which looks like it could/should be populating these entities, but no location stuff that I can recognise.

  "integration_manifest": {
    "domain": "smartthings",
    "name": "SmartThings",
    "codeowners": [
      "joostlek"
    ],
    "config_flow": true,
    "dependencies": [
      "application_credentials"
    ],
    "dhcp": [
      {
        "hostname": "st*",
        "macaddress": "24FD5B*"
      },
      {
        "hostname": "smartthings*",
        "macaddress": "24FD5B*"
      },
      {
        "hostname": "hub*",
        "macaddress": "24FD5B*"
      },
      {
        "hostname": "hub*",
        "macaddress": "D052A8*"
      },
      {
        "hostname": "hub*",
        "macaddress": "286D97*"
      }
    ],
    "documentation": "https://www.home-assistant.io/integrations/smartthings",
    "iot_class": "cloud_push",
    "loggers": [
      "pysmartthings"
    ],
    "quality_scale": "bronze",
    "requirements": [
      "pysmartthings==3.0.2"
    ],
    "is_built_in": true,
    "overwrites_built_in": false
  },
  "setup_times": {
    "null": {
      "setup": 6.0721009504050016e-05
    },
    "01JT2R2SP3VVQX9AAEFM4Z6VJB": {
      "wait_import_platforms": -3.5244755239982624,
      "wait_base_component": -0.011773903999710456,
      "config_entry_setup": 13.658865791017888
    }
  },
  "data": {
    "events": [],
    "status": {
      "components": {
        "main": {
          "tag.e2eEncryption": {
            "encryption": {
              "value": null
            }
          },
          "audioVolume": {
            "volume": {
              "value": null
            }
          },
          "geofence": {
            "enableState": {
              "value": null
            },
            "geofence": {
              "value": null
            },
            "name": {
              "value": null
            }
          },
          "tag.updatedInfo": {
            "connection": {
              "value": null
            }
          },
          "tag.factoryReset": {},
          "battery": {
            "quantity": {
              "value": null
            },
            "battery": {
              "value": null
            },
            "type": {
              "value": null
            }
          },
          "firmwareUpdate": {
            "lastUpdateStatusReason": {
              "value": null
            },
            "imageTransferProgress": {
              "value": null
            },
            "availableVersion": {
              "value": null
            },
            "lastUpdateStatus": {
              "value": null
            },
            "supportedCommands": {
              "value": null
            },
            "state": {
              "value": null
            },
            "estimatedTimeRemaining": {
              "value": null
            },
            "updateAvailable": {
              "value": false,
              "timestamp": "2025-05-01T23:45:34.450Z"
            },
            "currentVersion": {
              "value": null
            },
            "lastUpdateTime": {
              "value": null
            },
            "supportsProgressReports": {
              "value": null
            }
          },
          "tag.searchingStatus": {
            "searchingStatus": {
              "value": null
            }
          },
          "tag.tagStatus": {
            "connectedUserId": {
              "value": null
            },
            "tagStatus": {
              "value": null
            },
            "connectedDeviceId": {
              "value": null
            }
          },
          "alarm": {
            "alarm": {
              "value": null
            }
          },
          "tag.tagButton": {
            "tagButton": {
              "value": null
            }
          },
          "tag.uwbActivation": {
            "uwbActivation": {
              "value": null
            }
          },
          "geolocation": {
            "method": {
              "value": null
            },
            "heading": {
              "value": null
            },
            "latitude": {
              "value": null
            },
            "accuracy": {
              "value": null
            },
            "altitudeAccuracy": {
              "value": null
            },
            "speed": {
              "value": null
            },
            "longitude": {
              "value": null
            },
            "lastUpdateTime": {
              "value": null
            }
          }
        }
      }
    },
    "info": {
      "deviceId": "3731281e-f69a-4031-87b7-002af3de604e",
      "name": "Tag2(UWB)",
      "label": "Black",
      "manufacturerName": "Samsung Electronics",
      "presentationId": "IM-SmartTag2-BLE-UWB",
[u]      "deviceManufacturerCode": "Samsung Electronics"[/u],
      "locationId": "62f592da-4406-4854-b4d5-c4a0131b449c",
      "ownerId": "d581e65d-dbc8-7b05-746d-bcdb8b0802e8",
      "roomId": "3ed46f52-b6c8-4019-92c4-382340726110",
      "components": [
        {
          "id": "main",
          "label": "main",
          "capabilities": [
            {
              "id": "alarm",
              "version": 1
            },
            {
              "id": "tag.tagButton",
              "version": 1
            },
            {
              "id": "audioVolume",
              "version": 1
            },
            {
              "id": "battery",
              "version": 1
            },
            {
              "id": "tag.factoryReset",
              "version": 1
            },
            {
              "id": "tag.e2eEncryption",
              "version": 1
            },
            {
              "id": "tag.tagStatus",
              "version": 1
            },
            {
              "id": "geolocation",
              "version": 1
            },
            {
              "id": "geofence",
              "version": 1
            },
            {
              "id": "tag.uwbActivation",
              "version": 1
            },
            {
              "id": "tag.updatedInfo",
              "version": 1
            },
            {
              "id": "tag.searchingStatus",
              "version": 1
            },
            {
              "id": "firmwareUpdate",
              "version": 1
            }
          ],
          "categories": [
            {
              "name": "BluetoothTracker",
              "categoryType": "manufacturer"
            }
          ],
          "optional": false
        }
      ],
      "createTime": "2025-05-01T23:43:54.706Z",
      "profile": {
        "id": "a225cc89-8fe1-3b1e-b38a-5c673b7e4880"
      },
      "bleD2D": {
        "encryptionKey": "-Eg23dBsJEUgWD-XC2oVIQtlnLfORKh-zucstp06hAI=",
        "cipher": "AES_128-CBC-PKCS7Padding",
        "identifier": "Y4A311044211",
        "configurationVersion": "2.0",
        "configurationUrl": "https://apis.samsungiotcloud.com/v1/miniature/profile/a225cc89-8fe1-3b1e-b38a-5c673b7e4880",
        "bleDeviceType": "TAG",
        "metadata": {
          "regionCode": 11,
          "privacyIdPoolSize": 2000,
          "privacyIdSeed": "AAAAAABCGhk=",
          "privacyIdInitialVector": "1/xUxbP4Sx2Eph3H3tF7lQ==",
          "numAllowableConnections": 2,
[u]          "firmware": {[/u]
[u]            "version": "0.40.05",[/u]
[u]            "specVersion": "1.0.0",[/u]
[u]            "updateTime": 1746143201000,[/u]
[u]            "latestFirmware": {[/u]
[u]              "id": 4002,[/u]
[u]              "version": "0.40.05",[/u]
[u]              "data": {[/u]
[u]                "checksum": "FCFB",[/u]
[u]                "size": "609820",[/u]
[u]                "supportedVersion": "1.0.0"[/u]
              }
            }
          },
          "currentServerTime": 1746147399,
          "searchingStatus": "stop",
          "lastKnownConnection": {
            "updated": 1746143542,
            "connectedUser": {
              "id": "jw6lgelrfg",
              "name": ""
            },
            "connectedDevice": {
              "id": "a50b572a-176e-3e0b-b150-400a6da3d60d",
              "name": ""
            },
            "d2dStatus": "bleScanned",
            "nearby": false,
            "onDemand": false
          },
          "e2eEncryption": {
            "enabled": false
          },
          "timer": 1746143039,
          "category": {
            "id": 0
          },
          "remoteRing": {
            "enabled": false
          },
          "petWalking": {
            "enabled": false
          },
          "onboardedBy": {
            "saGuid": "jw6lgelrfg"
          },
          "shareable": {
            "enabled": false
          },
[u]          "battery": {[/u]
[u]            "level": "FULL",[/u]
            "updated": 1746145937
          },
          "agingCounter": {
            "status": "VALID",
            "updated": 1746143041
          },
          "vendor": {
            "mnId": "0AFD",
            "setupId": "452",
[u]            "modelName": "EI-T5600"[/u]
          },
          "priorityConnection": {
            "lba": false,
            "cameraShutter": false
          },
          "createTime": 1746143034,
          "updateTime": 1746143201,
          "fmmSearch": false,
          "ooTime": {
            "currentOoTime": 8,
            "defaultOoTime": 8
          },
          "pidPoolSize": {
            "desiredPidPoolSize": 2000,
            "currentPidPoolSize": 2000
          },
          "activeMode": {
            "mode": 0
          },
          "itemConfig": {
            "searchingStatus": "stop"
          }
        }
      },
      "type": "BLE_D2D",
      "restrictionTier": 0,
      "allowed": null,
      "executionContext": "CLOUD",
      "relationships": []
    }
  }
}