From dfb56ab7406403d99dc4d11e7b7715c47950e2b2 Mon Sep 17 00:00:00 2001 From: Markus Ressel Date: Tue, 14 May 2019 22:19:37 +0200 Subject: [PATCH] device_tracker zone state is case sensitive (#9377) --- source/_components/device_tracker.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/device_tracker.markdown b/source/_components/device_tracker.markdown index 351cf4a37eb..d4f699982b4 100644 --- a/source/_components/device_tracker.markdown +++ b/source/_components/device_tracker.markdown @@ -114,7 +114,7 @@ If you want to track whether either your GPS based tracker or your local network ## {% linkable_title Device states %} -The state of your tracked device will be `'home'` if it is in the [home zone](/components/zone#home-zone), detected by your network or Bluetooth based presence detection. If you're using a presence detection method that includes coordinates then when it's in a zone the state will be the name of the zone (in lower case). When a device isn't at home and isn't in any zone, the state will be `'not_home'`. +The state of your tracked device will be `'home'` if it is in the [home zone](/components/zone#home-zone), detected by your network or Bluetooth based presence detection. If you're using a presence detection method that includes coordinates then when it's in a zone the state will be the name of the zone (case sensitive). When a device isn't at home and isn't in any zone, the state will be `'not_home'`. ## {% linkable_title `device_tracker.see` service %}