Getting Started¶
This guide walks through prerequisites, installing the integration, and completing the first-time configuration wizard in Home Assistant.
Prerequisites¶
- Home Assistant 2025.8.0 or newer.
- The Kiosker app installed on your iPad/iPhone with API access enabled.
- The device reachable from Home Assistant on your local network (default API port:
8081). - An Access Token generated in the Kiosker app.
Enable the Kiosker API¶
- Open the Kiosker app on the device.
- Go to Settings → Remote Admin / API (wording may vary by Kiosker version).
- Enable the API/Remote admin toggle.
- Note the Base URL shown (for example
http://tablet-office:8081/api/v1). - Generate or copy the Access Token.
Keep the Base URL and token handy—you will paste them into Home Assistant during setup.
Install the integration¶
- HACS: Add the repository
https://github.com/rknightion/kiosker-haas an Integration, install, then restart Home Assistant. - Manual: Copy
custom_components/kioskerinto your Home Assistantcustom_componentsdirectory and restart.
See Installation for detailed steps.
Add Kiosker in Home Assistant¶
- In Home Assistant, go to Settings → Devices & Services → + Add Integration.
- Search for Kiosker.
- Enter the API Base URL and Access Token you copied from the app. Optionally set a friendly name.
- Submit to validate the connection. The integration tests the API and fetches the device ID.
- Finish; your kiosk appears as a device with sensors, binary sensors, and action buttons.
If you have multiple kiosks, repeat the flow for each device.
Next steps¶
- Review the Configuration guide for options like the update interval.
- Explore Entities to see what each sensor, binary sensor, button, and service does.
- Check Troubleshooting if the wizard reports connection or authentication errors.