Skip to content

Commit deee14a

Browse files
authored
Removed old offset caveats
1 parent 57c7720 commit deee14a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

readme.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -330,14 +330,6 @@ entities:
330330

331331
![Graph with offsets](docs/resources/offset-temperature.png)
332332

333-
### Caveats
334-
335-
The following exceptions apply to traces with offsets:
336-
337-
- They get their own cache, meaning that data will be fetched twice if the same entity is in the plot with a different (or no) offset.
338-
- Websocket state updates are not used to fill their cache (but a request to the server may be triggered)
339-
- `extend_to_present` is ignored (because extending to an offset present may be far into the future and that messes up with autorange)
340-
341333
### Now line
342334

343335
When using offsets, it is useful to have a line that indicates the current time. This can be done by using a lambda function that returns a line with the current time as x value and 0 and 1 as y values. The line is then hidden from the legend.

0 commit comments

Comments
 (0)