Move configuration details to docs

This commit is contained in:
Fabian Affolter 2015-10-13 20:54:15 +02:00
parent 796cce78bc
commit 5a6ff9a69a

View file

@ -1,15 +1,10 @@
""" """
homeassistant.components.device_tracker.mqtt homeassistant.components.device_tracker.mqtt
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MQTT platform for the device tracker. MQTT platform for the device tracker.
device_tracker: For more details about this platform, please refer to the documentation at
platform: mqtt https://home-assistant.io/components/device_tracker.mqtt.html
qos: 1
devices:
paulus_oneplus: /location/paulus
annetherese_n4: /location/annetherese
""" """
import logging import logging
from homeassistant import util from homeassistant import util