Tuya device is showing up with no entity

Hi,

I am new with Home Assistant and I have a Tuya Integration which is working in general. I retrieved my 6 devices but for one, it does not show any entities. Its a water level sensor EPT-ULTRA.

In home assistant I retrieve the diagnosis data and it results in the output below. And I am interested in the “status” fields. So in case that the integration is missing this device type, is there any chance to automatically display this field from the diagnosis report in my dashboard:

I am interested in this value:

...
"status": {
      "liquid_state": "normal",
      "liquid_depth": 80
    }

...

{
  "home_assistant": {
    "installation_type": "Home Assistant OS",
    "version": "2024.6.1",
    "dev": false,
    "hassio": true,
    "virtualenv": false,
    "python_version": "3.12.2",
    "docker": true,
    "arch": "aarch64",
    "timezone": "Europe/Berlin",
    "os_name": "Linux",
    "os_version": "6.1.73-haos-raspi",
    "supervisor": "2024.06.0",
    "host_os": "Home Assistant OS 12.1",
    "docker_version": "24.0.7",
    "chassis": "embedded",
    "run_as_root": true
  },
  "custom_components": {
    "hacs": {
      "documentation": "https://hacs.xyz/docs/configuration/start",
      "version": "1.34.0",
      "requirements": [
        "aiogithubapi>=22.10.1"
      ]
    },
    "waste_collection_schedule": {
      "documentation": "https://github.com/mampfes/hacs_waste_collection_schedule#readme",
      "version": "1.46.0",
      "requirements": [
        "icalendar",
        "recurring_ical_events",
        "icalevents",
        "beautifulsoup4",
        "lxml"
      ]
    },
    "localtuya": {
      "documentation": "https://github.com/rospogrigio/localtuya/",
      "version": "5.2.1",
      "requirements": []
    }
  },
  "integration_manifest": {
    "domain": "tuya",
    "name": "Tuya",
    "codeowners": [
      "Tuya",
      "zlinoliver",
      "frenck"
    ],
    "config_flow": true,
    "dependencies": [
      "ffmpeg"
    ],
    "dhcp": [
      {
        "macaddress": "105A17*"
      },
      {
        "macaddress": "10D561*"
      },
      {
        "macaddress": "1869D8*"
      },
      {
        "macaddress": "381F8D*"
      },
      {
        "macaddress": "508A06*"
      },
      {
        "macaddress": "68572D*"
      },
      {
        "macaddress": "708976*"
      },
      {
        "macaddress": "7CF666*"
      },
      {
        "macaddress": "84E342*"
      },
      {
        "macaddress": "D4A651*"
      },
      {
        "macaddress": "D81F12*"
      }
    ],
    "documentation": "https://www.home-assistant.io/integrations/tuya",
    "integration_type": "hub",
    "iot_class": "cloud_push",
    "loggers": [
      "tuya_iot"
    ],
    "requirements": [
      "tuya-device-sharing-sdk==0.1.9"
    ],
    "is_built_in": true
  },
  "setup_times": {
    "null": {
      "setup": 2.8889000532217324e-05
    },
    "f064e01585266aac664e499fd78b20a7": {
      "wait_import_platforms": -0.16099473699978262,
      "wait_base_component": -0.0006877790001453832,
      "config_entry_setup": 1.237400633001016
    }
  },
  "data": {
    "endpoint": "https://apigw.tuyaeu.com",
    "terminal_id": "1717833306711a4OwoI",
    "mqtt_connected": true,
    "disabled_by": null,
    "disabled_polling": false,
    "id": "bf3a242944fa8e600d4b8y",
    "name": "EPT-ULTRA",
    "category": "ywcgq",
    "product_id": "1qda1sjog2jjo69x",
    "product_name": "EPT-ULTRA",
    "online": true,
    "sub": false,
    "time_zone": "+02:00",
    "active_time": "2024-06-07T15:22:59+00:00",
    "create_time": "2024-06-07T15:22:59+00:00",
    "update_time": "2024-06-07T15:22:59+00:00",
    "function": {},
    "status_range": {
      "liquid_state": {
        "type": "Enum",
        "value": {
          "range": [
            "normal",
            "lower_alarm",
            "upper_alarm"
          ]
        }
      },
      "liquid_depth": {
        "type": "Integer",
        "value": {
          "unit": "m",
          "min": 0,
          "max": 10000,
          "scale": 2,
          "step": 1
        }
      }
    },
    "status": {
      "liquid_state": "normal",
      "liquid_depth": 80
    },
    "home_assistant": {
      "name": "EPT-ULTRA",
      "name_by_user": null,
      "disabled": false,
      "disabled_by": null,
      "entities": []
    },
    "set_up": false,
    "support_local": true
  }
}