mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 04:16:48 +00:00
Adding accuracy filter feature (#9347)
* Adding accuracy filter feature I'm preparing #23292 PR to add this new feature to filter positions by accuracy * Add skip filtering by accuracy function
This commit is contained in:
parent
f6bb628e3d
commit
b326110e3c
@ -63,6 +63,15 @@ verify_ssl:
|
|||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
max_accuracy:
|
||||||
|
description: Filter positions with higher accuracy than specified.
|
||||||
|
required: false
|
||||||
|
type: integer
|
||||||
|
default: 0
|
||||||
|
skip_accuracy_filter_on:
|
||||||
|
description: Skip filter positon by "max_accuracy filter" if any of specified attributes are pressent on the traccar message.
|
||||||
|
required: false
|
||||||
|
type: list
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
description: Additional traccar computed attributes or device-related attributes to include in the scan.
|
description: Additional traccar computed attributes or device-related attributes to include in the scan.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user