From 897ae7f8d77a5d2212b7c50de0b8f6f3d26b72a9 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Wed, 16 Apr 2025 08:25:37 +0200 Subject: [PATCH] Add find config entry tip to Nord Pool (#38554) * Add find config entry tip to Nord Pool * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/nordpool.markdown | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/source/_integrations/nordpool.markdown b/source/_integrations/nordpool.markdown index feb8a3ad1c1..1f51ab5ec57 100644 --- a/source/_integrations/nordpool.markdown +++ b/source/_integrations/nordpool.markdown @@ -129,6 +129,10 @@ Tomorrow's prices are typically released around 13:00 CET, and trying to get the {% endnote %} +{% tip %} +You can get your `config_entry` by using actions within the [developer tools](/docs/tools/dev-tools/): use one of the Nord Pool actions and view the YAML. +{% endtip %} + #### Example action with data {% raw %} @@ -193,11 +197,15 @@ template: Using a trigger template, you can create a template sensor to calculate tomorrow's lowest price which also puts the list of all prices in the attributes of the sensor. All prices are returned in [Currency]/MWh. {% note %} -You need to replace the `config_entry` with your own Nord Pool config entry id. Below example will convert the action call response to kWh prices in the selected currency and add all prices for tomorrow as a list in an attribute. + {% endnote %} +{% tip %} +You can get your `config_entry` by using actions within the [developer tools](/docs/tools/dev-tools/): use one of the Nord Pool actions and view the YAML. +{% endtip %} + {% raw %} ```yaml