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

@ -22,7 +22,7 @@ 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.helpers import (
config_validation as cv,
device_registry as dr,
@ -30,10 +30,7 @@ from homeassistant.helpers import (
)
from homeassistant.helpers.device_registry import DeviceInfo
from homeassistant.helpers.entity_platform import AddEntitiesCallback
from homeassistant.helpers.event import (
EventStateChangedData,
async_track_state_change_event,
)
from homeassistant.helpers.event import async_track_state_change_event
from homeassistant.helpers.typing import ConfigType, DiscoveryInfoType
from .const import CONF_HYSTERESIS, CONF_LOWER, CONF_UPPER