mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add docs for fully_kiosk set_config service (#27982)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
c9162c3656
commit
04d7e8d7c4
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user