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
This commit is contained in:
bonanitech 2018-12-11 06:47:52 -05:00 committed by Fabian Affolter
parent 547455cbb4
commit 05a02b3534

View File

@ -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:
<p class='note'>
Device tracker will only look for global settings under the configuration of the first configured platform.
</p>
| Parameter | Default | Description |
|----------------------|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|