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…

Hi there! Same for me, I bought three of theese buttons, https://es.aliexpress.com/item/1005007997521908.html?spm=a2g0o.order_list.order_list_main.46.618d194dBS6AH1&gatewayAdapt=glo2esp
I added one of them to my tuya integration but no button entity is shown only battery too.
Also no events when I press the button, as you can see at the capture


.
¿Did someone manage to present the emergency button or the activity to appear?

Its highly likely that only some of its datapoints are supported, the same is for my Wifi temperature and door sensors.

I suppose there might be a chance that it sends a ‘event’ but doesn’t have a entity for it? Unlikely though.

If you go to /config/developer-tools/event and subscribe to * (all), you can try filtering by various keywords like tuya, press, sos and so on. Try pressing the button while filtering by each of those and see if anything comes up.

If nothing happens, you’ll need to try and get it added to the core integration. I’d love to do that with my sensors but frankly I can’t figure out the process!