Scaffold: correct import (#40998)
This commit is contained in:
parent
f1f23c0453
commit
9d3ddb8981
1 changed files with 2 additions and 1 deletions
|
@ -3,8 +3,9 @@ from typing import List
|
|||
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components.automation import AutomationActionType, state
|
||||
from homeassistant.components.automation import AutomationActionType
|
||||
from homeassistant.components.device_automation import TRIGGER_BASE_SCHEMA
|
||||
from homeassistant.components.homeassistant.triggers import state
|
||||
from homeassistant.const import (
|
||||
CONF_DEVICE_ID,
|
||||
CONF_DOMAIN,
|
||||
|
|
Loading…
Add table
Reference in a new issue