[RELEASE] HD+ - Android Dashboard

Picked up an IKEA Vindstyrka Air Quality Sensor (E2112) using this driver from this thread.
Trying to just display the single attribute:
"airQuality": "\u003Cspan style="color:green"\u003Egood\u003C/span\u003E",

Can't figure out how to get it on a tile other than using Custom and ending up with it being tiny and up in the corner.

Maker API snip
{
    "name": "IKEA Vindstyrka Air Quality Sensor (E2112)",
    "label": "AQI IKEA 1",
    "type": "IKEA Vindstyrka Air Quality Sensor (E2112)",
    "id": "2122",
    "date": "2024-09-11T18:44:48+0000",
    "model": null,
    "manufacturer": null,
    "room": "Living Room",
    "capabilities": [
      "RelativeHumidityMeasurement",
      "Configuration",
      "PowerSource",
      "Refresh",
      "AirQuality",
      "TemperatureMeasurement",
      "Sensor",
      "HealthCheck"
    ],
    "attributes": {
      "airQuality": "\u003Cspan style=\"color:green\"\u003Egood\u003C/span\u003E",
      "dataType": "NUMBER",
      "values": null,
      "airQualityIndex": "17",
      "checkInterval": "3600",
      "humidity": "60",
      "pm25": "4",
      "powerSource": "mains",
      "vocIndex": "149",
      "healthStatus": "online",
      "temperature": "18"
    },
    "commands": [
      {
        "command": "configure"
      },
      {
        "command": "ping"
      },
      {
        "command": "refresh"
      },
      {
        "command": "updateFirmware"
      }
    ]
  },

Is there some other tile type that will center it and be large enough for my wife me to read? :wink: