How can I send message/notification to tablet kiosk)?

I use Fully Kiosk Browser.

How can I send message to tablet(automation/actions)?

action: persistent_notification.create

see Persistent Notification - Home Assistant

I add

  - action: persistent_notification.create
    data:
      message: my message
      title: my subject
      notification_id: "12"

but I see message in notification panel only:
image

Use browser mod.

It works very well in conjunction with Fully.

This mod is getting a bit outdated. Lots of issues and zero commits lately.

Any other ideas?

In addition to Fully kiosk, also install the HA companion app.

This will allow you to not just send notifications to your tablet - it will also allow you to monitor other sensors like battery (so you’ll only charge it when it really needs to)

In my mind, fully kiosk and the companion app are complimentary - you need both to get the best of both worlds.

1 Like

it will also allow you to monitor other sensors like battery (so you’ll only charge it when it really needs to)

Fully kiosk also has sensors like battery etc.

Will this app make these notifications work properly?

Yes, it does for me:

          - service: notify.mobile_app_your_tablet
            data:
              message: my message
              title: Hello!
              data:
                color: green
                ttl: 0
                priority: high