1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00

Use root import for device_automation (#125836)

This commit is contained in:
epenet
2024-09-12 17:01:25 +02:00
committed by GitHub
parent a4c88a8591
commit 6ef1dd56f5
18 changed files with 31 additions and 41 deletions
@@ -6,8 +6,8 @@ from typing import TYPE_CHECKING, Any
import voluptuous as vol
from homeassistant.components.device_automation import DEVICE_TRIGGER_BASE_SCHEMA
from homeassistant.components.device_automation.exceptions import (
from homeassistant.components.device_automation import (
DEVICE_TRIGGER_BASE_SCHEMA,
InvalidDeviceAutomationConfig,
)
from homeassistant.components.homeassistant.triggers import event as event_trigger