/
/
/
1{
2 "config_entries": {
3 "manual_discovery_ip_addresses": {
4 "label": "Fully Kiosk devices",
5 "description": "List of Fully Kiosk devices to connect to. Enter one device per line as host or host:port. Port defaults to 2323 if not specified. After saving, configure the password (and optional SSL options) for each device on the individual player's settings page."
6 },
7 "password": {
8 "label": "[%key:common::config_entries::password::label%]",
9 "description": "Password to use to connect to the Fully Kiosk API."
10 },
11 "use_ssl": {
12 "label": "Use HTTPS when connecting to the Fully Kiosk API."
13 },
14 "verify_ssl": {
15 "label": "Verify HTTPS certificates (recommended).",
16 "description": "Disabling verification trusts any certificate (no validation)."
17 },
18 "ssl_fingerprint": {
19 "label": "TLS certificate fingerprint",
20 "description": "Optional SHA-256 hex fingerprint. When provided it must match the device certificate and overrides the verify setting."
21 }
22 },
23 "errors": {
24 "show_dashboard_failed": "Failed to show the dashboard on {0}."
25 },
26 "manifest": {
27 "description": "Play audio on Fully Kiosk-enabled displays or Android devices."
28 },
29 "setup_flow": {
30 "user": {
31 "title": "Connect to Fully Kiosk",
32 "description": "Enter the password configured for the Fully Kiosk REST API on this device."
33 }
34 }
35}
36