Remove instructions for public MQTT broker (#32427)

This commit is contained in:
Thomas Lovén 2024-04-23 15:51:09 +02:00 committed by GitHub
parent 4a96b3b401
commit 91c1972bbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,11 +115,9 @@ MQTT (aka MQ Telemetry Transport) is a machine-to-machine or "Internet of Things
Your first step to get MQTT and Home Assistant working is to choose a broker. Your first step to get MQTT and Home Assistant working is to choose a broker.
## Choose an MQTT broker ## Setting up a broker
### Run your own While public MQTT brokers are available, the easiest and most private option is running your own.
The most private option is running your own MQTT broker.
The recommended setup method is to use the [Mosquitto MQTT broker add-on](https://github.com/home-assistant/hassio-addons/blob/master/mosquitto/DOCS.md). The recommended setup method is to use the [Mosquitto MQTT broker add-on](https://github.com/home-assistant/hassio-addons/blob/master/mosquitto/DOCS.md).
@ -130,10 +128,6 @@ There are [at least two](https://issues.apache.org/jira/browse/AMQ-6360) [issues
</div> </div>
### Use a public broker
The Mosquitto project runs a [public broker](https://test.mosquitto.org). This is the easiest to set up, but there is no privacy as all messages are public. Use this only for testing purposes and not for real tracking of your devices or controlling your home. To use the public mosquitto broker, configure the MQTT integration to connect to broker `test.mosquitto.org` on port 1883 or 8883.
## Broker configuration ## Broker configuration
MQTT broker settings are configured when the MQTT integration is first set up and can be changed later if needed. MQTT broker settings are configured when the MQTT integration is first set up and can be changed later if needed.