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

Classes

class  BondEntity
 

Variables

int _BPUP_ALIVE_SCAN_INTERVAL = 60
 
int _FALLBACK_SCAN_INTERVAL = 10
 
 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

An abstract class common to all Bond entities.

Variable Documentation

◆ _BPUP_ALIVE_SCAN_INTERVAL

int homeassistant.components.bond.entity._BPUP_ALIVE_SCAN_INTERVAL = 60
private

Definition at line 32 of file entity.py.

◆ _FALLBACK_SCAN_INTERVAL

int homeassistant.components.bond.entity._FALLBACK_SCAN_INTERVAL = 10
private

Definition at line 31 of file entity.py.

◆ _LOGGER

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

Definition at line 29 of file entity.py.