mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 04:16:48 +00:00
Add docs for fully_kiosk.load_url service (#24492)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
3d4a193ec2
commit
67d663b49b
@ -67,3 +67,24 @@ The following controls are available:
|
||||
<div class='note warning'>
|
||||
The Fully Kiosk Browser app does not provide feedback on the device volume or media playback status, so we are unable to display the current volume level or playback status.
|
||||
</div>
|
||||
|
||||
## Services
|
||||
|
||||
**Service `load_url`**
|
||||
|
||||
You can use the service `fully_kiosk.load_url` to have the tablet open the specified URL.
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `device_id` | yes | Device ID (or list of device IDs) to load the URL on.
|
||||
| `url` | yes | The URL to load.
|
||||
|
||||
Example:
|
||||
|
||||
```yaml
|
||||
service: fully_kiosk.load_url
|
||||
data:
|
||||
url: "https://home-assistant.io"
|
||||
target:
|
||||
device_id: a674c90eca95eca91f6020415de07713
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user