home-assistant.io/source/_components/device_tracker.mqtt.markdown
Paulus Schoutsen 47eae9077e Markdown fixes
2015-10-28 23:00:29 -07:00

743 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category
layout title description date sidebar comments sharing footer logo ha_category
component MQTT device tracker Instructions how to use MQTT to track devices in Home Assistant. 2015-09-19 20:41 true false true true mqtt.png Presence Detection

This platform allows you to detect presence by monitoring an MQTT topic for new locations. To use this platform, you specify a unique topic for each device.

# Example configuration.yaml entry
device_tracker:
  platform: mqtt
  qos: 1
  devices:
    paulus_oneplus: /location/paulus
    annetherese_n4: /location/annetherese

Configuration variables:

  • devices (Required): List of devices with their topic.
  • qos (Optional): The QoS level of the topic.