Home Assistant Unofficial Reference 2024.12.1
typing.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.helpers.typing.UndefinedType
 

Namespaces

 homeassistant.helpers.typing
 

Functions

DeferredDeprecatedAlias homeassistant.helpers.typing._deprecated_typing_helper (str attr)
 

Variables

 homeassistant.helpers.typing.__all__ = all_with_deprecated_constants(globals())
 
 homeassistant.helpers.typing.__dir__
 
 homeassistant.helpers.typing.__getattr__ = partial(check_if_deprecated_constant, module_globals=globals())
 
DeferredDeprecatedAlias homeassistant.helpers.typing._DEPRECATED_ContextType = _deprecated_typing_helper("Context")
 
DeferredDeprecatedAlias homeassistant.helpers.typing._DEPRECATED_EventType = _deprecated_typing_helper("Event")
 
DeferredDeprecatedAlias homeassistant.helpers.typing._DEPRECATED_HomeAssistantType = _deprecated_typing_helper("HomeAssistant")
 
DeferredDeprecatedAlias homeassistant.helpers.typing._DEPRECATED_ServiceCallType = _deprecated_typing_helper("ServiceCall")
 
 homeassistant.helpers.typing.ConfigType
 
 homeassistant.helpers.typing.DiscoveryInfoType
 
 homeassistant.helpers.typing.GPSType
 
 homeassistant.helpers.typing.NoEventData
 
 homeassistant.helpers.typing.QueryType
 
 homeassistant.helpers.typing.ServiceDataType
 
 homeassistant.helpers.typing.StateType
 
 homeassistant.helpers.typing.TemplateVarsType
 
 homeassistant.helpers.typing.UNDEFINED = UndefinedType._singleton
 
 homeassistant.helpers.typing.VolDictType
 
 homeassistant.helpers.typing.VolSchemaType