Smartthings Find via HA?

@PixelShober, I installed the integration, but I am getting this error in the logs:

  • Device list error [403/Forbidden]: {‘statusCode’: 403, ‘requestId’: ‘[UUID]’, ‘errorCode’: ‘Forbidden’, ‘message’: ‘Invalid installedAppMember’}

I was curious if this is known, or if the integration is not able to authenticate anymore? Thanks.

I installed the integration from @PixelShober yesterday and it works very well for me.
One improvement suggestion, if I may - is it possible also to retrieve tag icons/images from SmartThings Find?

Hey @PixelShober loving the integration.
Was wondering, is there a way to determine when a tag is “left behind”, like in SmartThings?
Looking at the details of the entity I can see the following, just not sure what to use (if anything):

state:
  translated: Home
  raw: home
  last_changed: "2026-03-25T06:47:46.593Z"
  last_updated: "2026-03-25T06:47:46.593Z"
attributes:
  source_type: gps
  battery_level: 100
  latitude: -35.0000000
  longitude: 150.0000000
  gps_accuracy: 11.476
  device_id: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
  name: "Smart Tag2"
  original_name: "Smart Tag2"
  icon_url: null
  location_type: TRACKER
  is_tracker: true
  owner_id: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
  sa_guid: null
  fmm_device_id: null
  st_device_id: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
  share_geolocation: true
  mutual_agreement: null
  raw_device:
    stOwnerId: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    stDid: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    stDevName: "Smart Tag2"
    stDevSubType: UWB_TAG
    fmmRegTimestamp: "20250711062024"
    shareGeolocation: true
    updateTimestamp: "20260304064804"
    identifier: xxx
    locationType: TRACKER
  dev_name: "Smart Tag2"
  dev_id: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
  update_success: true
  location_found: true
  used_loc:
    latitude: -35.0000000
    longitude: 150.0000000
    gps_accuracy: 11.476
    gps_date: "2026-03-25T06:47:43.623000+00:00"
  raw_item:
    deviceId: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    saGuid: xxx
    resultCode: "200"
    geolocations:
      - nearby: true
        d2dStatus: gattConnected
        onDemand: false
        connectedUser:
          id: xxx
          name: ""
        connectedDevice:
          id: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
          name: ""
        latitude: "-35.0000000"
        longitude: "150.0000000"
        findNode:
          host: GALAXY_PHONE
          version: "731954100"
        method: fused
        accuracy: "11.476"
        speed: "0.10321955"
        rssi: "-64"
        battery: FULL
        lastUpdateTime: 1774421263623
        valid: true
        exData:
          nameValuePairs:
            lbaEnabled: false
            mobileState: 2
            reason: periodic
            tagState: 6
        seData: {}
  last_seen: "2026-03-25T06:47:43.623000+00:00"
  friendly_name: "Smart Tag2"

Thanks!