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 |
The Fully Kiosk Browser integration.
| bool homeassistant.components.fully_kiosk.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up Fully Kiosk Browser.
Definition at line 30 of file __init__.py.
| 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.
| bool homeassistant.components.fully_kiosk.async_unload_entry | ( | HomeAssistant | hass, |
| FullyKioskConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 52 of file __init__.py.
| homeassistant.components.fully_kiosk.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 27 of file __init__.py.
| homeassistant.components.fully_kiosk.FullyKioskConfigEntry |
Definition at line 13 of file __init__.py.
| list homeassistant.components.fully_kiosk.PLATFORMS |
Definition at line 15 of file __init__.py.