heyajohnny / cryptoinfo

Provides Home Assistant sensors for all cryptocurrencies supported by CoinGecko
GNU General Public License v3.0
46 stars 13 forks source link

Can't get the price of BNB #12

Closed s951736 closed 3 years ago

s951736 commented 3 years ago

I start to use Cryptoinfo today, I can use it to get the price ETH and BTC, but I can't get the price of BNB. BTC, ETH, BNB are all I want, thanks!

Here is the code from configuration.yaml

sensor:
  - platform: cryptoinfo
    id: "eth price"
    cryptocurrency_name: "ethereum"
    currency_name: "usd"
    update_frequency: 1
  - platform: cryptoinfo
    id: "bnb price"
    cryptocurrency_name: "binancecoin"
    currency_name: "usd"
    update_frequency: 1
  - platform: cryptoinfo
    id: "btc price"
    cryptocurrency_name: "bitcoin"
    currency_name: "usd"
    update_frequency: 1
s951736 commented 3 years ago

It somehow working today, maybe I just made some dumb mistake somewhere, so I'm closing the issue now, thanks.