mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +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
|
||||
type: boolean
|
||||
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:
|
||||
description: Additional traccar computed attributes or device-related attributes to include in the scan.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user