tux2000
tux2000
Hej. Is there any chance that you will consider this for addition to the repository or will it be better to maintain my own fork?
I see, i tried with `climate.86806317a4cf12xfb8f9` first which did not work and read the instructions more careful then and got it working with the friendly name. Now I checked again...
Do you know if there is any new API endpoint available with that data?
Apparently these data are now streamed to the browser through a websocket connection on: wss://www.avanza.se/_push/cometd Maybe this is a request for the data: ``` [{"id":"6","channel":"/meta/subscribe","subscription":"/orderdepths/1019879","clientId":"XXX"}] ``` And this is a...
I don't use subscriptions in my scripts but this one worked at least to subscribe to the websocket... I dont expect to see actual data there now... ```python from avanza...
Looks like ETFs are handled just as stock: `avanza.get_stock_info('1064014')` gives some details
I started to use template sensors based on the met.no weather integration along the lines described here: https://community.home-assistant.io/t/how-to-extract-temperature-from-weather-card/143260