Add fully_kiosk sensor docs (#23789)

This commit is contained in:
Charles Garwood 2022-08-16 18:20:39 -04:00 committed by GitHub
parent bcb0876237
commit 8f1073dab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ title: Fully Kiosk Browser
description: Instructions on how to integrate Fully Kiosk Browser with Home Assistant description: Instructions on how to integrate Fully Kiosk Browser with Home Assistant
ha_category: ha_category:
- Binary Sensor - Binary Sensor
- Sensor
ha_release: 2022.9 ha_release: 2022.9
ha_iot_class: Local Polling ha_iot_class: Local Polling
ha_config_flow: true ha_config_flow: true
@ -11,6 +12,7 @@ ha_codeowners:
ha_domain: fully_kiosk ha_domain: fully_kiosk
ha_platforms: ha_platforms:
- binary_sensor - binary_sensor
- sensor
ha_integration_type: integration ha_integration_type: integration
--- ---
@ -20,6 +22,11 @@ There is currently support for the following information:
- Device plugged in - Device plugged in
- Kiosk mode enabled/disabled - Kiosk mode enabled/disabled
- Battery level
- Current page
- Current foreground app
- Device storage space available
- Device RAM available
## Requirements ## Requirements