[Solved] Mobile_app notify platform: "Error handling message"

Hi.

I’m trying a new (to me) way of sending notifications to a specific device as described in:
https://companion.home-assistant.io/en/next/notifications/basic

When I run it manually from Developer Tools > Services

image

after I click on “Call Service” button I get this error message which I also can see in the logs:

Error handling message: expected dict for dictionary value @ data['service_data']. Got 'Something happened at home!'

Environment:
HA: 0.103.6
Android App: 1.3.1

Add a title and message to Service Data

Eg:
title: Notification from HA
message: Here is your message from HA

1 Like