mirror of
https://github.com/home-assistant/core.git
synced 2025-08-12 00:55:26 +02:00
Move configuration details to docs
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user