{% extends "_layout.html" %} {% block title %}{% if player_name %}{{ player_name }} ยท {% endif %}Integrations{% endblock %} {% block main %}

Integrations

External platforms managing this player.

{% if is_balena %}

Balena

{% if balena_device_name_at_init %} {% endif %} {% if balena_supervisor_version %} {% endif %}
Field Value Description
Device name {{ balena_device_name_at_init }} The name of the device on first initialisation.
Device UUID {{ balena_device_id }} Unique identifier used by Balena to identify this device.
App ID {{ balena_app_id }} ID number of the Balena application this device belongs to.
App name {{ balena_app_name }} Name of the Balena application this device belongs to.
Supervisor version {{ balena_supervisor_version }} Current version of the supervisor agent on the device.
Host OS version {{ balena_host_os_version }} Version of the host OS.
{% else %}

No integrations connected

This player isn't currently managed by an external platform. Integrations like Balena will appear here when configured.

{% endif %}
{% endblock %}