Variables | |
| BASE_UPDATE_INTERVAL = timedelta(hours=2) | |
| int | CLIENT_TIMEOUT = 10 |
| string | DEFAULT_BASE = "USD" |
| string | DOMAIN = "openexchangerates" |
| LOGGER = logging.getLogger(__package__) | |
Provide common constants for Open Exchange Rates.
| 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" |