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