mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 19:26:50 +00:00
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:
parent
5494ab5543
commit
897ae7f8d7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user