Move configuration details to docs
This commit is contained in:
parent
796cce78bc
commit
5a6ff9a69a
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue