Skip to content
Snippets Groups Projects
Unverified Commit 9d3ddb89 authored by Daniel Hjelseth Høyer's avatar Daniel Hjelseth Høyer Committed by GitHub
Browse files

Scaffold: correct import (#40998)

parent f1f23c04
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment