From bcb0876237ef07e6cb8dad811d78c5cabbfb1ca6 Mon Sep 17 00:00:00 2001 From: Charles Garwood Date: Tue, 16 Aug 2022 14:10:01 -0400 Subject: [PATCH] Add Fully Kiosk Browser integration docs (#23762) --- source/_integrations/fully_kiosk.markdown | 30 +++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 source/_integrations/fully_kiosk.markdown diff --git a/source/_integrations/fully_kiosk.markdown b/source/_integrations/fully_kiosk.markdown new file mode 100644 index 00000000000..7182d917c6f --- /dev/null +++ b/source/_integrations/fully_kiosk.markdown @@ -0,0 +1,30 @@ +--- +title: Fully Kiosk Browser +description: Instructions on how to integrate Fully Kiosk Browser with Home Assistant +ha_category: + - Binary Sensor +ha_release: 2022.9 +ha_iot_class: Local Polling +ha_config_flow: true +ha_codeowners: + - '@cgarwood' +ha_domain: fully_kiosk +ha_platforms: + - binary_sensor +ha_integration_type: integration +--- + +[Fully Kiosk Browser](https://www.fully-kiosk.com) is a powerful kiosk browser for Android devices. It provides a number of features for monitoring and controlling your Android device. This integration gives you access to view the status of your device in Home Assistant. + +There is currently support for the following information: + +- Device plugged in +- Kiosk mode enabled/disabled + +## 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. + +{% include integrations/config_flow.md %} \ No newline at end of file