Update import for EventStateChangedData [i-z] (#114900)

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

View file

@ -79,13 +79,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 TemplateError
from homeassistant.helpers import config_validation as cv
from homeassistant.helpers.entity_component import EntityComponent
from homeassistant.helpers.entity_platform import AddEntitiesCallback
from homeassistant.helpers.event import (
EventStateChangedData,
TrackTemplate,
TrackTemplateResult,
async_track_state_change_event,