Update import for EventStateChangedData [a-h] (#114899)

This commit is contained in:
Marc Mueller 2024-04-04 23:48:36 +02:00 committed by GitHub
parent 0f03079065
commit 3c5089bc3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 102 additions and 94 deletions

View file

@ -28,13 +28,12 @@ from homeassistant.const import (
STATE_UNAVAILABLE,
STATE_UNKNOWN,
)
from homeassistant.core import Event, HomeAssistant, callback
from homeassistant.core import Event, EventStateChangedData, HomeAssistant, callback
from homeassistant.exceptions import ConditionError, TemplateError
from homeassistant.helpers import condition
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity_platform import AddEntitiesCallback
from homeassistant.helpers.event import (
EventStateChangedData,
TrackTemplate,
TrackTemplateResult,
TrackTemplateResultInfo,