Hi,
I’ve added two coinmarketcap sensors to my config:
- platform: coinmarketcap
display_currency: USD
- platform: coinmarketcap
display_currency: PLN
After restart first defined above showed up as sensor.bitcoin (and showed USD exchange rate) the other as sensor.bitcoin_2 (and show PLN exchange rate). Problem is that after next restart (actually after each restart) they switch places: sensor.bitcoin shows PLN (if previously showed USD); sensor.bitcoin_2 shows USD (if previously showed PLN).
Is there some remedy for this?
(putting name causes warning that it shouldn’t be there, adding friendly name doesn’t fix this also)
TIA