Document legacy MQTT device tracker defaults to gps source (#23599)

This commit is contained in:
Erik Montnemery 2022-08-02 09:23:54 +02:00 committed by GitHub
parent c093143ecd
commit f16e148e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,7 @@ source_type:
description: Attribute of a device tracker that affects state when being used to track a [person](/integrations/person/). Valid options are `gps`, `router`, `bluetooth`, or `bluetooth_le`. description: Attribute of a device tracker that affects state when being used to track a [person](/integrations/person/). Valid options are `gps`, `router`, `bluetooth`, or `bluetooth_le`.
required: false required: false
type: string type: string
default: gps
{% endconfiguration %} {% endconfiguration %}
{% enddetails %} {% enddetails %}