mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Influx2.0 config: range_end -> range_stop (bugfix, typo) (#13830)
Accidentally put `range_end` in config, should've been `range_stop`
This commit is contained in:
parent
17170ded95
commit
1183534c52
@ -383,7 +383,7 @@ queries_flux:
|
||||
description: "Duration or time value to start range from. All Flux queries require a `range` filter, one is automatically added to the beginning of your Flux query in the form of `range(start: {range_start}, stop: {range_stop})`."
|
||||
required: false
|
||||
default: -15m
|
||||
range_end:
|
||||
range_stop:
|
||||
type: string
|
||||
description: Duration or time value to stop range at. See `range_start` above for how this is used in query.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user