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>
This commit is contained in:
G Johansson 2025-04-16 08:25:37 +02:00 committed by GitHub
parent 5494ab5543
commit 897ae7f8d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,6 +129,10 @@ Tomorrow's prices are typically released around 13:00 CET, and trying to get the
{% endnote %} {% 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 #### Example action with data
{% raw %} {% 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. 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 %} {% 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. 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 %} {% 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 %} {% raw %}
```yaml ```yaml