home-assistant.github.io/source/components/device_tracker.mqtt.markdown
2015-09-17 08:46:49 +02:00

914 B

layout title description date sidebar comments sharing footer
page MQTT device tracker support Instructions how to integrate MQTT based trackers into Home Assistant. 2015-09-17 09:00 false false true true
Before this tracker allows the detection of devices which are able to send MQTT messages.
# Example configuration.yaml entry
device_tracker:
  platform: mqtt
  qos: 1
  devices:
    paulus_oneplus: /location/paulus
    annetherese_n4: /location/annetherese

Configuration variables:

  • qos (Required): Quality of service, default to 0.
  • devices (Required): Array of devices to track.
    • 'device_name' (Required): Name to use followed by the topic.

See the device tracker component page for instructions how to configure the people to be tracked.