Skip to content

Commit

Permalink
Remove incompatible config schema for Fully Kiosk
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jun 23, 2023
1 parent 4cf9bec commit 9f6dab0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions homeassistant/components/fully_kiosk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,8 +17,6 @@
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."""
Expand Down

0 comments on commit 9f6dab0

Please sign in to comment.