mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Fix automation in packages (#43202)
This commit is contained in:
parent
6e7b14f139
commit
df25b53bb8
@ -52,6 +52,8 @@ from homeassistant.helpers.typing import TemplateVarsType
|
|||||||
from homeassistant.loader import bind_hass
|
from homeassistant.loader import bind_hass
|
||||||
from homeassistant.util.dt import parse_datetime
|
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 .config import async_validate_config_item
|
||||||
from .const import (
|
from .const import (
|
||||||
CONF_ACTION,
|
CONF_ACTION,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user