Hi
here is my sensor.yaml file setting
- platform: currencylayer
api_key: XXXXX
base: AUD
quote:
- USD
- INR
but i cant see anything in hass dev-state .
so anybody know whats wrong
Hi
here is my sensor.yaml file setting
- platform: currencylayer
api_key: XXXXX
base: AUD
quote:
- USD
- INR
but i cant see anything in hass dev-state .
so anybody know whats wrong
Works on dev
.
sensor:
- platform: currencylayer
api_key: !secret currencylayer_api
base: USD
quote:
- EUR
- INR
I think your base: has to be USD
If it isn’t you will get the following message…
{
“success”:false,
“error”:{
“code”:105,
“info”:“Access Restricted - Your current Subscription Plan does not support Source Currency Switching.”
}
}
which of course won’t show up in HA but will cause your problem.