{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]" }, "error": { "bad_request": "Invalid request. Check your configuration.", "cannot_connect": "Failed to connect to the Kiosker device.", "invalid_auth": "Authentication failed. Check your API token.", "invalid_ip_auth": "IP authentication failed. Check your IP whitelist.", "tls_error": "TLS verification failed. Check your SSL settings.", "unknown": "[%key:common::config_flow::error::unknown%]" }, "step": { "user": { "data": { "api_token": "[%key:common::config_flow::data::api_token%]", "host": "[%key:common::config_flow::data::host%]", "ssl": "[%key:common::config_flow::data::ssl%]", "verify_ssl": "[%key:common::config_flow::data::verify_ssl%]" }, "data_description": { "api_token": "The API token for the Kiosker App. This can be generated in the app API settings.", "host": "The hostname or IP address of the device running the Kiosker App", "ssl": "Connect to the Kiosker App using HTTPS. The Kiosker API has to be configured for SSL.", "verify_ssl": "Verify SSL certificate. Enable for valid certificates only." }, "description": "Enable the API in Kiosker settings to pair with Home Assistant.", "title": "Pair Kiosker App" }, "zeroconf": { "description": "Do you want to configure {name} at {host}?" }, "zeroconf_confirm": { "data": { "api_token": "[%key:common::config_flow::data::api_token%]", "verify_ssl": "[%key:common::config_flow::data::verify_ssl%]" }, "data_description": { "api_token": "The API token for the Kiosker App. This can be generated in the app API settings.", "verify_ssl": "Verify SSL certificate. Enable for valid certificates only." }, "description": "You are about to pair `{name}` at `{host}` with Home Assistant.\n\nPlease provide the API token to complete setup.", "submit": "Pair", "title": "Discovered Kiosker App" } } }, "entity": { "binary_sensor": { "blackout_state": { "name": "Blackout" }, "screensaver_state": { "name": "Screensaver" } }, "button": { "blackout_clear": { "name": "Clear blackout" }, "clear_cache": { "name": "Clear cache" }, "clear_cookies": { "name": "Clear cookies" }, "navigate_backward": { "name": "Go back" }, "navigate_forward": { "name": "Go forward" }, "navigate_home": { "name": "Go home" }, "navigate_refresh": { "name": "Refresh page" }, "ping": { "name": "Ping" }, "print": { "name": "Print page" }, "screensaver_interact": { "name": "Dismiss screensaver" } }, "sensor": { "ambient_light": { "name": "Ambient light" }, "last_interaction": { "name": "Last interaction" }, "last_motion": { "name": "Last motion" } }, "switch": { "disable_screensaver": { "name": "Disable screensaver" } } }, "services": { "navigate_url": { "description": "Navigate to a specific URL", "fields": { "device_id": { "description": "The Kiosker device to control", "name": "Device" }, "url": { "description": "The URL to navigate to", "name": "URL" } }, "name": "Navigate to URL" }, "set_blackout": { "description": "Set blackout screen with custom message", "fields": { "background": { "description": "Background color in rgb format", "name": "Background color" }, "button_background": { "description": "Background color of the dismiss button in rgb format", "name": "Button background color" }, "button_foreground": { "description": "Text color of the dismiss button in rgb format", "name": "Button foreground color" }, "button_text": { "description": "Text to display on the dismiss button", "name": "Button text" }, "device_id": { "description": "The Kiosker device to control", "name": "Device" }, "dismissible": { "description": "Whether the blackout can be dismissed by user interaction", "name": "Dismissible" }, "expire": { "description": "Time in seconds before the blackout expires", "name": "Expire time" }, "foreground": { "description": "Text color in rgb format", "name": "Foreground color" }, "icon": { "description": "Icon to display (SF Symbols name)", "name": "Icon" }, "sound": { "description": "Sound to play when blackout is displayed (SystemSoundID, e.g., 1007)", "name": "Sound" }, "text": { "description": "Text to display on blackout screen", "name": "Text" }, "visible": { "description": "Whether the blackout is visible", "name": "Visible" } }, "name": "Set blackout" } } }