mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Configuration option to not track wired clients (#10040)
This commit is contained in:
parent
8bf6bf1874
commit
c0ad45d154
@ -73,6 +73,11 @@ dont_track_devices:
|
|||||||
type: boolean
|
type: boolean
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
|
dont_track_wired_clients:
|
||||||
|
description: enable to not allow device tracker to track wired clients.
|
||||||
|
type: boolean
|
||||||
|
required: false
|
||||||
|
default: false
|
||||||
ssid_filter:
|
ssid_filter:
|
||||||
description: Filter the SSIDs that tracking will occur on.
|
description: Filter the SSIDs that tracking will occur on.
|
||||||
type: list
|
type: list
|
||||||
|
Loading…
x
Reference in New Issue
Block a user