Skip to content

Add find config entry tip to easyEnergy #38610

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions source/_integrations/easyenergy.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ Fetches the hourly prices for gas.
| `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 easyEnergy 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.
Expand Down Expand Up @@ -122,6 +126,10 @@ Fetches the hourly prices for energy that you use (buy).
| `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 easyEnergy actions and view the YAML.
{% endtip %}

#### Response data

The response data is a dictionary with the energy timestamps as strings and prices as float values.
Expand Down Expand Up @@ -151,6 +159,10 @@ Fetches the hourly prices for energy that you return (sell).
| `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 from. 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 easyEnergy actions and view the YAML.
{% endtip %}

#### Response data

The response data is a dictionary with the energy timestamps as strings and prices as float values.
Expand Down