Fully Kiosk Browser
Fully Kiosk Browser
Requirements
This integration requires the Fully Remote Admin feature to be enabled in the Fully Kiosk Browser app. This feature requires the paid Fully Plus license. You can test it out for free, but Fully Kiosk Browser will display a watermark on your device.
You will need the IP address of your device, and the Fully Remote Admin password you set in the Fully Kiosk Browser app.
配置
要将 Fully Kiosk Browser integration 添加到您的 Home Assistant 实例中,请使用此 My 按钮:
Fully Kiosk Browser 可以被 Home Assistant 自动发现。如果发现了实例, 它将显示为 已发现。您可以立即进行设置。
手动配置步骤
如果没有自动发现,请不要担心!您可以设置一个 手动集成条目:
-
浏览到您的 Home Assistant 实例。
-
转到
设置 > 设备与服务。 -
在右下角,选择
Add Integration 按钮。 -
从列表中选择 Fully Kiosk Browser。
-
按照屏幕上的说明完成设置。
Whether Fully Kiosk Browser is configured to use an SSL certificate for connections.
Capabilities
The following is available as sensors:
- Device plugged in
- Kiosk mode enabled/disabled
- Battery level
- Current page
- Current foreground app
- Device storage space available
- Device RAM available
The following controls are available:
- Bring Fully Kiosk to the foreground
- Send Fully Kiosk to the background
- Load the start URL
- Restart the Fully Kiosk Browser app
- Reboot your device (requires root)
- Maintenance mode on/off
- Lock/unlock kiosk mode
- Motion detection on/off
- Screensaver on/off
- Screensaver timer
- Screensaver brightness
- Screen on/off
- Screen off timer
- Screen brightness
- Play and stop media files
- Set device volume
The following is available as camera entity:
- Camera (the camera only works in Fully Kiosk if the Motion detection is set to On).
The following is available as image entity:
- Screenshot
The following notify entities that can be passed to notify.send_message
action are available:
- Text-to-speech
- Overlay message
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.
Actions
Action load_url
You can use the fully_kiosk.load_url
action to have the tablet open the specified URL.
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:
action: fully_kiosk.load_url
data:
url: "https://home-assistant.io"
target:
device_id: a674c90eca95eca91f6020415de07713
Action set_config
You can use the fully_kiosk.set_config
action to change the many configuration parameters of Fully Kiosk Browser.
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:
action: fully_kiosk.set_config
data:
key: "startURL"
value: "https://home-assistant.io"
target:
device_id: a674c90eca95eca91f6020415de07713
Action start_application
You can use the fully_kiosk.start_application
action to have the tablet launch the specified app.
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:
action: fully_kiosk.start_application
data:
application: "de.ozerov.fully"
target:
device_id: a674c90eca95eca91f6020415de07713
Removing the integration
This integration follows standard integration removal. No extra steps are required.
从Home Assistant中移除集成实例
- 前往 设置 > 设备与服务 并选择集成卡片。
- 从设备列表中,选择要删除的集成实例。
- 在条目旁边,选择三个点
菜单。然后,选择 删除。