Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.currencylayer.sensor.CurrencylayerData
 
class  homeassistant.components.currencylayer.sensor.CurrencylayerSensor
 

Namespaces

 homeassistant.components.currencylayer.sensor
 

Functions

None homeassistant.components.currencylayer.sensor.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.currencylayer.sensor._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.currencylayer.sensor._RESOURCE = "http://apilayer.net/api/live"
 
string homeassistant.components.currencylayer.sensor.DEFAULT_BASE = "USD"
 
string homeassistant.components.currencylayer.sensor.DEFAULT_NAME = "CurrencyLayer Sensor"
 
 homeassistant.components.currencylayer.sensor.PLATFORM_SCHEMA
 
 homeassistant.components.currencylayer.sensor.SCAN_INTERVAL = timedelta(hours=4)