fix(docs): update links in automation examples and intro documentation

This commit is contained in:
Julian Pawlowski 2026-04-07 14:25:30 +00:00
parent 3aa8a43e3a
commit db900c2a4b
2 changed files with 2 additions and 2 deletions

View file

@ -249,7 +249,7 @@ automation:
``` ```
:::tip Why "rising" means "act now" :::tip Why "rising" means "act now"
A common misconception: **"rising" does NOT mean "too late"**. It means your current price is **lower** than the future average — so right now is actually a good time. See [How to Use Trend Sensors for Decisions](#how-to-use-trend-sensors-for-decisions) in the sensor documentation for details. A common misconception: **"rising" does NOT mean "too late"**. It means your current price is **lower** than the future average — so right now is actually a good time. See [How to Use Trend Sensors for Decisions](sensors.md#how-to-use-trend-sensors-for-decisions) in the sensor documentation for details.
::: :::
### Sensor Combination Quick Reference ### Sensor Combination Quick Reference

View file

@ -56,4 +56,4 @@ This is an independent, community-maintained custom integration. It is **not** a
--- ---
**Note:** These guides are for end users. If you want to contribute to development, see the [Developer Documentation](/hass.tibber_prices/developer/). **Note:** These guides are for end users. If you want to contribute to development, see the [Developer Documentation](https://jpawlowski.github.io/hass.tibber_prices/developer/).