Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.xiaomi_aqara.entity Namespace Reference

Classes

class  XiaomiDevice
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 TIME_TILL_UNAVAILABLE = timedelta(minutes=150)
 

Detailed Description

Support for Xiaomi Gateways.

Variable Documentation

◆ _LOGGER

homeassistant.components.xiaomi_aqara.entity._LOGGER = logging.getLogger(__name__)
private

Definition at line 17 of file entity.py.

◆ TIME_TILL_UNAVAILABLE

homeassistant.components.xiaomi_aqara.entity.TIME_TILL_UNAVAILABLE = timedelta(minutes=150)

Definition at line 19 of file entity.py.