From 05a02b353486d4bf5429dee13c9f1fe82b55e871 Mon Sep 17 00:00:00 2001 From: bonanitech Date: Tue, 11 Dec 2018 06:47:52 -0500 Subject: [PATCH] Update device_tracker.markdown (#7800) Uses a note to emphasize this excerpt: "Device tracker will only look for global settings under the configuration of the first configured platform." This might help other users to not make a mistake in their configuration, like I did. See https://github.com/home-assistant/home-assistant/issues/19156 --- source/_components/device_tracker.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_components/device_tracker.markdown b/source/_components/device_tracker.markdown index 22e18782819..d3483e297c2 100644 --- a/source/_components/device_tracker.markdown +++ b/source/_components/device_tracker.markdown @@ -31,7 +31,11 @@ device_tracker: hide_if_away: false ``` -The following optional parameters can be used with any platform. However device tracker will only look for global settings under the configuration of the first configured platform: +The following optional parameters can be used with any platform: + +

+ Device tracker will only look for global settings under the configuration of the first configured platform. +

| Parameter | Default | Description | |----------------------|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|