Ok, on the details of this device I see it specifies the Fan icon:
{
"id": "main",
"label": "main",
"capabilities": [
...
],
"categories": [
{
"name": "SmartPlug",
"categoryType": "manufacturer"
},
{
"name": "SmartPlug",
"categoryType": "user"
}
],
"icon": "oneui/oic.d.fan"
}
For this one, I see on its details it has the icon door
:
{
"id": "main",
"label": "main",
"capabilities": [
...
],
"categories": [
{
"name": "ContactSensor",
"categoryType": "manufacturer"
},
{
"name": "ContactSensor",
"categoryType": "user"
}
],
"icon": "oneui/door"
}
Can you share a screenshot of how these devices appear in the app to include them in the report, please? It seems the app is ignoring the icon we can see in the API for some reason.