Fix automation in packages (#43202)

pull/43206/head
Paulus Schoutsen 2020-11-13 22:49:01 +01:00 committed by GitHub
parent 6e7b14f139
commit df25b53bb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ from homeassistant.helpers.typing import TemplateVarsType
from homeassistant.loader import bind_hass
from homeassistant.util.dt import parse_datetime
# Not used except by packages to check config structure
from .config import PLATFORM_SCHEMA # noqa
from .config import async_validate_config_item
from .const import (
CONF_ACTION,