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

Classes

class  _GlobalFreezeContext
 
class  _GlobalTaskContext
 
class  _State
 
class  _ZoneFreezeContext
 
class  _ZoneTaskContext
 
class  _ZoneTimeoutManager
 
class  TimeoutManager
 

Variables

string ZONE_GLOBAL = "global"
 

Detailed Description

Advanced timeout handling.

Set of helper classes to handle timeouts of tasks with advanced options
like zones and freezing of timeouts.

Variable Documentation

◆ ZONE_GLOBAL

string homeassistant.util.timeout.ZONE_GLOBAL = "global"

Definition at line 16 of file timeout.py.