Fix automation in packages (#43202)
parent
6e7b14f139
commit
df25b53bb8
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue