SendNotification via openHAB Cloud without icons

I’m testing the notifications but I can’t get to use the icons and “severity”. Notifications come to my iPhone but with the openHab logo only.

rule "test"
when
    Item prueba received command ON
then
    sendBroadcastNotification("test",  "battery", "WARN")
end

Any idea why this happens?

I just tested this and with the Android App it works properly. So I asssume it’s an issue with the iOS app and not with openHAB.


You might want to open an issue on GitHub

Thanks Felix!

Issue