I have defined several sensors on MQTT (temperature and humidity) they show up and work well under devices section in HA. Now I just added a ‘Connectivity’ sensor, but it doesn’t show under HA. If I change the device class to something else, then the device will show, hence I think I need something more for the connectivity sensor.
{
"dev_cla":"connectivity",
"name":"rho2_status",
"uniq_id":"rho2_status",
"dev":{"ids":"rho2","name":"rho2","mdl":"PLATFORMIO_D1_MINI","mf":"espressif"},
"avty_t":"homeassistant/availability/rho2",
"~":"homeassistant/sensor/connectivity/rho2",
"stat_t":"~/out",
"val_tpl":"{{value_json.value}}"
}
What I’m missing so that the connectivity sensor show up on devices ??