Count persons at home and show on icon badge

I tried “clear_badge” but still gets a push with the text “clear_badge” and it deletes the number on the badge. Actually the only thing i want IS the number, just no message along with it.
Just using “” without any text in between solves it but just returns an error in the log.

Should now be fixed server side, sorry about that!

Using “clear_badge” erases the number on the badge and just uding “” still returns an error.

Does the same thing need to be fixed with delete_alert? According to issues 92 and 241 this should allow silent notifications which only update the badge but currently creates an alert with the text “delete_alert”.

So it is an issue that will be fixed?

You know if this has been fixed?

Hello!

This works great thank you.

Not working for me is Badge + or -
so 1 is maximum.

this is doing nothing:

data:
  push:
    badge: +1
message: delete_alert

this push the badge to 1:

data:
  push:
    badge: 1
message: delete_alert

Or is this not possible?
Can you help me with this please!?

Thank you