Tuya SOS Button presents only the battery status

Bought a couple of SOS buttons that i have integrated with the TUYA APP and with HA via the TUYA integration. The buttons show up in HA but the only entity is the Battery:

Anyone has any idea? The buttons work very well, and battery is one of the entities that should be monitored, but where is the Emergency entity?

I am running latest Tuya and HA software with HAOS.

Any help, tips or advice is very much appreciated !!

For reference - Diagnostics:

 "mqtt_connected": true,
    "disabled_by": null,
    "disabled_polling": false,
    "id": "bf23528f77955de176ztte",
    "name": "SOS MAMI",
    "category": "sos",
    "product_id": "70x5owyftxjiibus",
    "product_name": "SOS",
    "online": true,
    "sub": false,
    "time_zone": "+00:00",
    "active_time": "2026-01-27T15:36:41+00:00",
    "create_time": "2026-01-27T15:36:41+00:00",
    "update_time": "2026-01-27T15:36:41+00:00",
    "function": {},
    "status_range": {
      "battery_percentage": {
        "type": "Integer",
        "value": "{\"unit\":\"%\",\"min\":0,\"max\":100,\"scale\":0,\"step\":1}"
      }
    },
    "status": {
      "battery_percentage": 100
    },
    "home_assistant": {
      "name": "SOS MAMI",
      "name_by_user": null,
      "disabled": false,
      "disabled_by": null,
      "entities": [
        {
          "disabled": false,
          "disabled_by": null,
          "entity_category": "diagnostic",
          "device_class": null,
          "original_device_class": "battery",
          "icon": null,
          "original_icon": null,
          "unit_of_measurement": "%",
          "state": {
            "entity_id": "sensor.sos_mami_battery",
            "state": "100.0",
            "attributes": {
              "state_class": "measurement",
              "unit_of_measurement": "%",
              "device_class": "battery",
              "friendly_name": "SOS MAMI Battery"
            },
            "last_changed": "2026-01-27T16:16:31.328432+00:00",
            "last_reported": "2026-01-27T16:16:31.328432+00:00",
            "last_updated": "2026-01-27T16:16:31.328432+00:00"
          }
        }
      ]
    },
    "set_up": true,
    "support_local": true,
    "local_strategy": {
      "3": {
        "value_convert": "default",
        "status_code": "battery_percentage",
        "config_item": {
          "statusFormat": "{\"battery_percentage\":\"$\"}",
          "valueDesc": "{\"unit\":\"%\",\"min\":0,\"max\":100,\"scale\":0,\"step\":1}",
          "valueType": "Integer",
          "enumMappingMap": {},
          "pid": "70x5owyftxjiibus"
        }
      }
    },
    "warnings": null
  },
  "issues": []
}

Just another piece of info: Inside the circuit has a chip with ref: T1-U-HS

It’s a button, so it probably makes an event available.
Check in the integration in case you need to enable it.
Open your Home Assistant instance and show your integrations.

What do you mean by “event”?

In the device the only exposed item is the battery.

I have a ZigBee one that shows all entities… see image below. But the sos buttons to be with the person need to be wifi and those tuya wifi only show battery…

Really need help…