mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-07-27 17:26:48 +00:00
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:
parent
c88e402d32
commit
93d7d5de28
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue