First post here and it was quite difficult to find where to do it. Hopefully this is the correct place for it.
I'm running HAOS on a Raspberry pi 5 as an update to my RPi 3b+ from years ago. I have an existing setup that works, but when I do the same configuration on my new setup, it refuses to work!
If I install the Nordpool integration through devices & services -> Add integration, I get two choices, which is not enough. When I try to configure the Nordpool integration through configuration.yaml with the following code:
"sensor:
platform: nordpool
VAT: True
currency: "SEK"
price_in_cents: True
region: "SE3"
precision: 1
price_type: kWh
additional_costs: "{{0.715|float}}"
But nothing happens. Why won't it load the nordpool integration and make it accessible as a sensor as it normally would? Why can't I configure it through YAML like it says in the configuration? What am I doing wrong?
I can't figure this out :( Not getting anywhere and the documentation won't take me further.