mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 17:48:59 +00:00
764 B
764 B
layout, title, description, date, sidebar, comments, sharing, footer
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | MQTT device tracker | Instructions how to use MQTT to track devices in Home Assistant. | 2015-09-19 20:41 | false | false | true | true |

# 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.