Add note reloading MQTT device_tracker not supported (#23083)

This commit is contained in:
Jan Bouwhuis 2022-06-20 23:10:31 +02:00 committed by GitHub
parent e753929330
commit 2694a4670a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,10 @@ ha_domain: mqtt
The `mqtt` device tracker platform allows you to define new device_trackers through [manual YAML configuration](#yaml-configuration) in `configuration.yaml` and also to automatically discover device_trackers [using the MQTT Discovery protocol](#using-the-discovery-protocol). The `mqtt` device tracker platform allows you to define new device_trackers through [manual YAML configuration](#yaml-configuration) in `configuration.yaml` and also to automatically discover device_trackers [using the MQTT Discovery protocol](#using-the-discovery-protocol).
<div class='note info'>
At the moment, manual configured device trackers can only reloaded by restarting Home Assistant.
</div>
## Configuration ## Configuration
To use this device tracker in your installation, add the following to your `configuration.yaml` file: To use this device tracker in your installation, add the following to your `configuration.yaml` file: