mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Remove HomeAssistantType from typing.py as it is no longer used. (#49593)
This commit is contained in:
parent
7579a321df
commit
39cb22374d
@ -9,7 +9,6 @@ ConfigType = Dict[str, Any]
|
||||
ContextType = homeassistant.core.Context
|
||||
DiscoveryInfoType = Dict[str, Any]
|
||||
EventType = homeassistant.core.Event
|
||||
HomeAssistantType = homeassistant.core.HomeAssistant
|
||||
ServiceCallType = homeassistant.core.ServiceCall
|
||||
ServiceDataType = Dict[str, Any]
|
||||
StateType = Union[None, str, int, float]
|
||||
|
Loading…
x
Reference in New Issue
Block a user