mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +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
|
ContextType = homeassistant.core.Context
|
||||||
DiscoveryInfoType = Dict[str, Any]
|
DiscoveryInfoType = Dict[str, Any]
|
||||||
EventType = homeassistant.core.Event
|
EventType = homeassistant.core.Event
|
||||||
HomeAssistantType = homeassistant.core.HomeAssistant
|
|
||||||
ServiceCallType = homeassistant.core.ServiceCall
|
ServiceCallType = homeassistant.core.ServiceCall
|
||||||
ServiceDataType = Dict[str, Any]
|
ServiceDataType = Dict[str, Any]
|
||||||
StateType = Union[None, str, int, float]
|
StateType = Union[None, str, int, float]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user