Home Assistant Unofficial Reference 2024.12.1
homeassistant.util.event_type Namespace Reference

Classes

class  EventType
 

Variables

 _DataT = TypeVar("_DataT", bound=Mapping[str, Any], default=Mapping[str, Any])
 

Detailed Description

Implementation for EventType.

Custom for type checking. See stub file.

Variable Documentation

◆ _DataT

homeassistant.util.event_type._DataT = TypeVar("_DataT", bound=Mapping[str, Any], default=Mapping[str, Any])
private

Definition at line 13 of file event_type.py.