Remove incompatible config schema for Fully Kiosk

This commit is contained in:
Franck Nijhof 2023-06-23 17:56:25 +02:00
parent 4cf9beccd8
commit 9f6dab0643
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -2,7 +2,6 @@
from homeassistant.config_entries import ConfigEntry
from homeassistant.const import Platform
from homeassistant.core import HomeAssistant
from homeassistant.helpers import config_validation as cv
from homeassistant.helpers.typing import ConfigType
from .const import DOMAIN
@ -18,8 +17,6 @@ PLATFORMS = [
Platform.SWITCH,
]
CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
"""Set up Fully Kiosk Browser."""