Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.fully_kiosk Namespace Reference

Namespaces

 binary_sensor
 
 button
 
 camera
 
 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 entity
 
 image
 
 media_player
 
 notify
 
 number
 
 sensor
 
 services
 
 switch
 

Functions

bool async_setup (HomeAssistant hass, ConfigType config)
 
bool async_setup_entry (HomeAssistant hass, FullyKioskConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, FullyKioskConfigEntry entry)
 

Variables

 CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
 
 FullyKioskConfigEntry
 
list PLATFORMS
 

Detailed Description

The Fully Kiosk Browser integration.

Function Documentation

◆ async_setup()

bool homeassistant.components.fully_kiosk.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up Fully Kiosk Browser.

Definition at line 30 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.fully_kiosk.async_setup_entry ( HomeAssistant  hass,
FullyKioskConfigEntry  entry 
)
Set up Fully Kiosk Browser from a config entry.

Definition at line 38 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.fully_kiosk.async_unload_entry ( HomeAssistant  hass,
FullyKioskConfigEntry  entry 
)
Unload a config entry.

Definition at line 52 of file __init__.py.

Variable Documentation

◆ CONFIG_SCHEMA

homeassistant.components.fully_kiosk.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)

Definition at line 27 of file __init__.py.

◆ FullyKioskConfigEntry

homeassistant.components.fully_kiosk.FullyKioskConfigEntry

Definition at line 13 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.fully_kiosk.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.BUTTON,
4  Platform.CAMERA,
5  Platform.IMAGE,
6  Platform.MEDIA_PLAYER,
7  Platform.NOTIFY,
8  Platform.NUMBER,
9  Platform.SENSOR,
10  Platform.SWITCH,
11 ]

Definition at line 15 of file __init__.py.