From 8bcdfb05460f1a0a28ba9a03f365d3e5e88fe8ce Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Sat, 19 Apr 2025 11:37:31 +0200 Subject: [PATCH] Add find config entry tip to EnergyZero (#38609) --- source/_integrations/energyzero.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/energyzero.markdown b/source/_integrations/energyzero.markdown index 27a4c61d4d4..dbde863429d 100644 --- a/source/_integrations/energyzero.markdown +++ b/source/_integrations/energyzero.markdown @@ -81,6 +81,10 @@ Fetches the gas prices. The `config_entry` value be found using the **Actions** | `start` | yes | Start time to get prices. Defaults to today 00:00:00 | 2023-01-01 00:00:00 | | `end` | yes | End time to get prices. Defaults to today 00:00:00 | 2023-01-01 00:00:00 | +{% tip %} +You can get your `config_entry` by using actions within the [developer tools](/docs/tools/dev-tools/): use one of the EnergyZero actions and view the YAML. +{% endtip %} + #### Response data The response data is a dictionary with the gas timestamps and prices as string and float values. @@ -116,6 +120,10 @@ Fetches the energy prices. The `config_entry` value be found using the **Actions | `start` | yes | Start time to get prices. Defaults to today 00:00:00 | 2023-01-01 00:00:00 | | `end` | yes | End time to get prices. Defaults to today 00:00:00 | 2023-01-01 00:00:00 | +{% tip %} +You can get your `config_entry` by using actions within the [developer tools](/docs/tools/dev-tools/): use one of the EnergyZero actions and view the YAML. +{% endtip %} + #### Response data The response data is a dictionary with the energy timestamps and prices as string and float values.