Add docs for fully_kiosk set_config service (#27982)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Charles Garwood 2023-06-27 14:58:44 -04:00 committed by GitHub
parent c9162c3656
commit 04d7e8d7c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,28 @@ target:
device_id: a674c90eca95eca91f6020415de07713 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`** **Service `start_application`**
You can use the service `fully_kiosk.start_application` to have the tablet launch the specified app. You can use the service `fully_kiosk.start_application` to have the tablet launch the specified app.