docs: update links for energy and tax fields in actions documentation

This commit is contained in:
Julian Pawlowski 2026-04-09 18:35:05 +00:00
parent 9c4ac6bce4
commit 06eedee410
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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