diff --git a/source/_integrations/fully_kiosk.markdown b/source/_integrations/fully_kiosk.markdown index 6ddf9275bcb..80e4a008d25 100644 --- a/source/_integrations/fully_kiosk.markdown +++ b/source/_integrations/fully_kiosk.markdown @@ -89,6 +89,28 @@ target: device_id: a674c90eca95eca91f6020415de07713 ``` +**Service `set_config`** + +You can use the service `fully_kiosk.set_config` to change the many configuration parameters of Fully Kiosk Browser. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------- | +| `device_id` | no | Device ID (or list of device IDs) to load the URL on. +| `key` | no | The configuration parameter key. The list of available keys can be found in the Fully Kiosk Browser remote admin panel by clicking the **Show keys** button. +| `value` | no | The value to set the configuration parameter to. + +Example: + +```yaml +service: fully_kiosk.set_config +data: + config_type: "string" + key: "startURL" + value: "https://home-assistant.io" +target: + device_id: a674c90eca95eca91f6020415de07713 +``` + **Service `start_application`** You can use the service `fully_kiosk.start_application` to have the tablet launch the specified app.