Add docs for fully_kiosk.load_url service (#24492)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Charles Garwood 2022-10-10 08:22:12 -04:00 committed by GitHub
parent 3d4a193ec2
commit 67d663b49b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```