Use core constants for apprise (#49683)

This commit is contained in:
tkdrob
2021-04-25 21:22:01 -04:00
committed by GitHub
parent 4a6bb96a0f
commit 5a993a3ff3

View File

@@ -11,12 +11,12 @@ from homeassistant.components.notify import (
PLATFORM_SCHEMA,
BaseNotificationService,
)
from homeassistant.const import CONF_URL
import homeassistant.helpers.config_validation as cv
_LOGGER = logging.getLogger(__name__)
CONF_FILE = "config"
CONF_URL = "url"
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
{