Remove unused file CONFIG_SCHEMA (#130287)

This commit is contained in:
Jan Bouwhuis 2024-11-10 15:34:08 +01:00 committed by GitHub
parent de391fa98b
commit 7fd9339ad8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,12 +7,9 @@ from homeassistant.config_entries import ConfigEntry
from homeassistant.const import CONF_FILE_PATH, CONF_NAME, CONF_PLATFORM, Platform
from homeassistant.core import HomeAssistant
from homeassistant.exceptions import ConfigEntryNotReady
from homeassistant.helpers import config_validation as cv
from .const import DOMAIN
CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
PLATFORMS = [Platform.NOTIFY, Platform.SENSOR]