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

Classes

class  HMDevice
 
class  HMHub
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 SCAN_INTERVAL_HUB = timedelta(seconds=300)
 
 SCAN_INTERVAL_VARIABLES = timedelta(seconds=30)
 

Detailed Description

Homematic base entity.

Variable Documentation

◆ _LOGGER

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

Definition at line 28 of file entity.py.

◆ SCAN_INTERVAL_HUB

homeassistant.components.homematic.entity.SCAN_INTERVAL_HUB = timedelta(seconds=300)

Definition at line 30 of file entity.py.

◆ SCAN_INTERVAL_VARIABLES

homeassistant.components.homematic.entity.SCAN_INTERVAL_VARIABLES = timedelta(seconds=30)

Definition at line 31 of file entity.py.