Fully Kiosk entity for motion detected

I have the Fully Kiosk integration installed in Home Assistant (current version Core 2026.2.3). It is configured for an amazon Fire Tablet and automatically created 31 entities which all work fine for various purposes. However, there is no entity for motion detected by the tablet, which according to internet sources should be binary_sensor.[tablet_name]_motion_detected.

In Fully Kiosk, under Settings > Motion Detection (PLUS), I have enabled “Enable Visual Motion Detection” as well as “Turn Screen On on Motion”, I do have a licensed copy, everything else works perfectly fine, motion is being detected at the tablet, and I have uninstalled the FK integration and reinstalled it in HA.

Any tips on how to make this work so that I can use motion events in HA to create automations? Thanks!

You should be able to find the name in the device list in the Integration here:
Open your Home Assistant instance and show your integrations.

It’s not that I can’t find the name. The binary sensor is simply not pulled into HA by the FK integration. I’m trying to find out if/how that can be done, in order to make such binary sensor available, thanks.

The most reliable source is the official documentation, which as far as I can see makes no mention of a motion sensor capability for the integration.

Your internet sources may have been referring to using FKB in conjunction with the custom component browser_mod, which I believe allows you to enable a motion sensor for the Fully Kiosk browser once it is registered with the component. You woukd need to enable JavaScript within FKB’s settings on the device.

The alternative is to use FKB’s MQTT capabilities to create a motion binary sensor via an MQTT broker in HA. I’ve actually found this to be the more reliable of the two solutions. Browser_mod had issues keeping its connection to devices (may have changed in more recent versions).