mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Add deprecation warning to MQTT page for embedded broker (#9750)
* Add deprecation warning to MQTT page for embedded broker
* ✏️ Tweak
This commit is contained in:
parent
36b90f61f6
commit
f40fecf084
@ -31,6 +31,10 @@ mqtt:
|
|||||||
|
|
||||||
You can also use the [embedded MQTT broker](/docs/mqtt/broker#embedded-broker). A separate broker is advised for more stability.
|
You can also use the [embedded MQTT broker](/docs/mqtt/broker#embedded-broker). A separate broker is advised for more stability.
|
||||||
|
|
||||||
|
<p class='note warning'>
|
||||||
|
As of release 0.92, the embedded broker has been marked as deprecated. This means bugs may not be fixed, and the broker functionality will be removed in a future release.
|
||||||
|
</p>
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
mqtt:
|
mqtt:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user