Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.openexchangerates.const Namespace Reference

Variables

 BASE_UPDATE_INTERVAL = timedelta(hours=2)
 
int CLIENT_TIMEOUT = 10
 
string DEFAULT_BASE = "USD"
 
string DOMAIN = "openexchangerates"
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Provide common constants for Open Exchange Rates.

Variable Documentation

◆ BASE_UPDATE_INTERVAL

homeassistant.components.openexchangerates.const.BASE_UPDATE_INTERVAL = timedelta(hours=2)

Definition at line 8 of file const.py.

◆ CLIENT_TIMEOUT

int homeassistant.components.openexchangerates.const.CLIENT_TIMEOUT = 10

Definition at line 9 of file const.py.

◆ DEFAULT_BASE

string homeassistant.components.openexchangerates.const.DEFAULT_BASE = "USD"

Definition at line 10 of file const.py.

◆ DOMAIN

string homeassistant.components.openexchangerates.const.DOMAIN = "openexchangerates"

Definition at line 6 of file const.py.

◆ LOGGER

homeassistant.components.openexchangerates.const.LOGGER = logging.getLogger(__package__)

Definition at line 7 of file const.py.