Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.tibber.coordinator Namespace Reference

Classes

class  TibberDataCoordinator
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
int FIVE_YEARS = 5 * 365 * 24
 

Detailed Description

Coordinator for Tibber sensors.

Variable Documentation

◆ _LOGGER

homeassistant.components.tibber.coordinator._LOGGER = logging.getLogger(__name__)
private

Definition at line 28 of file coordinator.py.

◆ FIVE_YEARS

int homeassistant.components.tibber.coordinator.FIVE_YEARS = 5 * 365 * 24

Definition at line 26 of file coordinator.py.