{ "common": { "data_description_password": "The Remote Admin password from the Fully Kiosk Browser app settings.", "data_description_ssl": "Is the Fully Kiosk app configured to require SSL for the connection?", "data_description_verify_ssl": "Should SSL certificates be verified? This should be off for self-signed certificates." }, "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_account%]", "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]", "unique_id_mismatch": "Please ensure you reconfigure the same device." }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "unknown": "[%key:common::config_flow::error::unknown%]" }, "step": { "discovery_confirm": { "data": { "password": "[%key:common::config_flow::data::password%]", "ssl": "[%key:common::config_flow::data::ssl%]", "verify_ssl": "[%key:common::config_flow::data::verify_ssl%]" }, "data_description": { "password": "[%key:component::fully_kiosk::common::data_description_password%]", "ssl": "[%key:component::fully_kiosk::common::data_description_ssl%]", "verify_ssl": "[%key:component::fully_kiosk::common::data_description_verify_ssl%]" }, "description": "Do you want to set up {name} ({host})?" }, "reconfigure": { "data": { "host": "[%key:common::config_flow::data::host%]", "password": "[%key:common::config_flow::data::password%]", "ssl": "[%key:common::config_flow::data::ssl%]", "verify_ssl": "[%key:common::config_flow::data::verify_ssl%]" }, "data_description": { "host": "The hostname or IP address of the device running your Fully Kiosk Browser application.", "password": "[%key:component::fully_kiosk::common::data_description_password%]", "ssl": "[%key:component::fully_kiosk::common::data_description_ssl%]", "verify_ssl": "[%key:component::fully_kiosk::common::data_description_verify_ssl%]" } }, "user": { "data": { "host": "[%key:common::config_flow::data::host%]", "password": "[%key:common::config_flow::data::password%]", "ssl": "[%key:common::config_flow::data::ssl%]", "verify_ssl": "[%key:common::config_flow::data::verify_ssl%]" }, "data_description": { "host": "The hostname or IP address of the device running your Fully Kiosk Browser application.", "password": "[%key:component::fully_kiosk::common::data_description_password%]", "ssl": "[%key:component::fully_kiosk::common::data_description_ssl%]", "verify_ssl": "[%key:component::fully_kiosk::common::data_description_verify_ssl%]" } } } }, "entity": { "binary_sensor": { "device_admin": { "name": "Device admin" }, "kiosk_mode": { "name": "Kiosk mode" }, "plugged_in": { "name": "Plugged in" } }, "button": { "clear_cache": { "name": "Clear browser cache" }, "load_start_url": { "name": "Load start URL" }, "restart_browser": { "name": "Restart browser" }, "restart_device": { "name": "Restart device" }, "to_background": { "name": "Send to background" }, "to_foreground": { "name": "Bring to foreground" }, "trigger_motion": { "name": "Trigger motion activity" } }, "image": { "screenshot": { "name": "Screenshot" } }, "notify": { "overlay_message": { "name": "Overlay message" }, "tts": { "name": "Text to speech" } }, "number": { "screen_brightness": { "name": "Screen brightness" }, "screen_off_time": { "name": "Screen off timer" }, "screensaver_brightness": { "name": "Screensaver brightness" }, "screensaver_time": { "name": "Screensaver timer" } }, "sensor": { "battery_temperature": { "name": "Battery temperature" }, "current_page": { "name": "Current page" }, "foreground_app": { "name": "Foreground app" }, "internal_storage_free_space": { "name": "Internal storage free space" }, "internal_storage_total_space": { "name": "Internal storage total space" }, "ram_free_memory": { "name": "Free memory" }, "ram_total_memory": { "name": "Total memory" }, "screen_orientation": { "name": "Screen orientation" } }, "switch": { "kiosk": { "name": "Kiosk lock" }, "maintenance": { "name": "Maintenance mode" }, "motion_detection": { "name": "Motion detection" }, "screen_on": { "name": "Screen" }, "screensaver": { "name": "Screensaver" } } }, "services": { "load_url": { "description": "Loads a URL on Fully Kiosk Browser.", "fields": { "device_id": { "description": "The target device for this action.", "name": "Device ID" }, "url": { "description": "URL to load.", "name": "[%key:common::config_flow::data::url%]" } }, "name": "Load URL" }, "set_config": { "description": "Sets a configuration parameter on Fully Kiosk Browser.", "fields": { "device_id": { "description": "[%key:component::fully_kiosk::services::load_url::fields::device_id::description%]", "name": "[%key:component::fully_kiosk::services::load_url::fields::device_id::name%]" }, "key": { "description": "Configuration parameter to set.", "name": "Key" }, "value": { "description": "Value for the configuration parameter.", "name": "Value" } }, "name": "Set configuration" }, "start_application": { "description": "Starts an application on the device running Fully Kiosk Browser.", "fields": { "application": { "description": "Package name of the application to start.", "name": "Application" }, "device_id": { "description": "[%key:component::fully_kiosk::services::load_url::fields::device_id::description%]", "name": "[%key:component::fully_kiosk::services::load_url::fields::device_id::name%]" } }, "name": "Start application" } } }