From 93d7d5de28a89fce86558240c2e0d61d43057d73 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Wed, 3 Jun 2026 10:48:22 +0000 Subject: [PATCH] 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. --- docs/user/docs/community-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/docs/community-examples.md b/docs/user/docs/community-examples.md index 07f2019..db22eaf 100644 --- a/docs/user/docs/community-examples.md +++ b/docs/user/docs/community-examples.md @@ -381,7 +381,7 @@ automation: ## πŸ‡³πŸ‡΄ 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).