mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add find config entry tip to EnergyZero (#38609)
This commit is contained in:
parent
4312b9a0b8
commit
8bcdfb0546
@ -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 |
|
| `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 |
|
| `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
|
#### Response data
|
||||||
|
|
||||||
The response data is a dictionary with the gas timestamps and prices as string and float values.
|
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 |
|
| `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 |
|
| `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
|
#### Response data
|
||||||
|
|
||||||
The response data is a dictionary with the energy timestamps and prices as string and float values.
|
The response data is a dictionary with the energy timestamps and prices as string and float values.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user