I’ve got the Coinbase integration set up, and can see how much of each coin I have (etc. 0.002 BTC or whatever). I can also see how much that equates to in my native currency (e.g. $93.90 AUD), but I want to add my two lots of crypto together to see my total portfolio value in AUD.
The issue is, Balance in native currency
is returned as a string, not as a float. What I’d like to see is, the balance as one attribute, and the currency as a separate attribute, so I still have the option of concatenating the balance and the currency (e.g. $ + 93.90 + AUD)
Or even a new sensor that just shows the total portfolio value in your native currency.