From c59c75db38789a7238794886f60000721787bf2d Mon Sep 17 00:00:00 2001 From: PeteBa Date: Fri, 5 Feb 2021 08:39:47 +0000 Subject: [PATCH] Initial commit (#16417) --- source/_docs/mqtt/discovery.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/mqtt/discovery.markdown b/source/_docs/mqtt/discovery.markdown index 5f4e1ce56dc..2b836fe39cc 100644 --- a/source/_docs/mqtt/discovery.markdown +++ b/source/_docs/mqtt/discovery.markdown @@ -422,7 +422,7 @@ Setting up a device tracker: "state_topic": "homeassistant/device_tracker/paulus/state", "payload_home": "home", "payload_not_home": "not_home", - "source_type": "bluetooth", + "source_type": "bluetooth" } ``` @@ -438,6 +438,6 @@ If the device supports gps co-ordinates then they can be sent to Home Assistant { "latitude": 32.87336, "longitude": -117.22743, - "gps_accuracy": 1.2, + "gps_accuracy": 1.2 } ```