mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
device_tracker zone state is case sensitive (#9377)
This commit is contained in:
parent
1d87ac15dc
commit
dfb56ab740
@ -114,7 +114,7 @@ If you want to track whether either your GPS based tracker or your local network
|
|||||||
|
|
||||||
## {% linkable_title Device states %}
|
## {% 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 %}
|
## {% linkable_title `device_tracker.see` service %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user