mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 23:36:51 +00:00
Add docs for fully_kiosk start_application service (#24543)
This commit is contained in:
parent
0a97b638b2
commit
d400e089d1
@ -88,3 +88,22 @@ data:
|
|||||||
target:
|
target:
|
||||||
device_id: a674c90eca95eca91f6020415de07713
|
device_id: a674c90eca95eca91f6020415de07713
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Service `start_application`**
|
||||||
|
|
||||||
|
You can use the service `fully_kiosk.start_application` to have the tablet launch the specified app.
|
||||||
|
|
||||||
|
| Service data attribute | Optional | Description |
|
||||||
|
| ---------------------- | -------- | ----------- |
|
||||||
|
| `device_id` | yes | Device ID (or list of device IDs) to load the URL on.
|
||||||
|
| `application` | yes | The package name of the app to load.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
service: fully_kiosk.start_application
|
||||||
|
data:
|
||||||
|
application: "de.ozerov.fully"
|
||||||
|
target:
|
||||||
|
device_id: a674c90eca95eca91f6020415de07713
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user