docs(community-examples): clarify energy price unit display for Norway and Sweden

Updated the description for Norway and Sweden's fee structures to specify that the energy price unit depends on the display mode, enhancing clarity for users implementing templates.

Impact: Users will have a clearer understanding of how to handle energy price units in their configurations.
This commit is contained in:
Julian Pawlowski 2026-06-03 10:48:22 +00:00
parent c88e402d32
commit 93d7d5de28

View file

@ -381,7 +381,7 @@ automation:
## 🇳🇴 Norway / 🇸🇪 Sweden: Grid & Tax Components ## 🇳🇴 Norway / 🇸🇪 Sweden: Grid & Tax Components
Norway and Sweden have their own fee structures, but the same pattern applies — use `input_number` helpers for the fixed/semi-fixed components and `energy_price` (ct/kWh, divide by 100 for €/kWh) for the spot price. Norway and Sweden have their own fee structures, but the same pattern applies — use `input_number` helpers for the fixed/semi-fixed components and `energy_price` for the spot price (unit depends on your display mode).
**Contributions welcome!** If you have working template examples for Norway or Sweden, please share them in a [GitHub Discussion](https://github.com/jpawlowski/hass.tibber_prices/discussions). **Contributions welcome!** If you have working template examples for Norway or Sweden, please share them in a [GitHub Discussion](https://github.com/jpawlowski/hass.tibber_prices/discussions).