mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add find config entry tip to easyEnergy (#38610)
This commit is contained in:
parent
b3869ae677
commit
4312b9a0b8
@ -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.
|
||||
@ -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.
|
||||
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user