Entity Naming¶
The integration follows Home Assistant’s standard device/entity naming rules while keeping kiosk context clear.
Device name¶
- If you set a Name during setup, that becomes the device name.
- Otherwise the integration uses
appNamefrom the Kiosker API, or falls back toKiosker <deviceId>.
Entity names¶
All entities opt into “Use device name”. The visible entity name is the device name plus the entity label:
Entity labels come from the integration and match the tables in Entities.
Unique IDs¶
Unique IDs are derived from the Kiosker deviceId and the entity key, for example:
abc123_ambient_lightabc123_blackout_active
This ensures stable identifiers even if you rename the device in Home Assistant.
Renaming¶
You can rename entities or the device in Home Assistant without affecting functionality. The unique IDs stay the same, so automations and dashboards keep working after renaming.