Remove HomeAssistantType from typing.py as it is no longer used. (#49593)
This commit is contained in:
parent
7579a321df
commit
39cb22374d
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue