mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-05-28 18:43:40 +00:00
docs: update links for energy and tax fields in actions documentation
This commit is contained in:
parent
9c4ac6bce4
commit
06eedee410
2 changed files with 2 additions and 2 deletions
|
|
@ -134,7 +134,7 @@ data:
|
|||
|
||||
For detailed parameter descriptions, open **Developer Tools → Actions** (the UI label) and select `tibber_prices.get_chartdata`. The inline documentation is still stored in `services.yaml` because actions are backed by services.
|
||||
|
||||
#### Energy & Tax Fields in get_chartdata {#energy--tax-fields-in-get_chartdata}
|
||||
#### Energy & Tax Fields in get_chartdata
|
||||
|
||||
You can include the raw energy price (spot price) and/or tax component in chart data output. This is useful for visualizing how the total price is composed over time, or for feed-in calculations.
|
||||
|
||||
|
|
|
|||
|
|
@ -551,7 +551,7 @@ chips:
|
|||
|
||||
### In Chart Data Actions
|
||||
|
||||
The `energy_price` and `tax` fields are also available in the `get_chartdata` action. See [Actions — Energy & Tax Fields](#energy--tax-fields-in-get_chartdata) for details.
|
||||
The `energy_price` and `tax` fields are also available in the `get_chartdata` action. See [Actions — Energy & Tax Fields](./actions.md#energy--tax-fields-in-get_chartdata) for details.
|
||||
|
||||
## Timing Sensors
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue