Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.openexchangerates.const
 

Variables

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