mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update mqtt.markdown (#17227)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
4383ca1273
commit
f3fccc0624
@ -40,6 +40,18 @@ mqtt:
|
|||||||
broker: IP_ADDRESS_BROKER
|
broker: IP_ADDRESS_BROKER
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Manual configuration is required when connecting to a broker over TLS.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
|
mqtt:
|
||||||
|
certificate: "PATH_TO_CA.crt"
|
||||||
|
broker: "IP_ADDRESS_BROKER"
|
||||||
|
port: 8883
|
||||||
|
username: "MQTT_USERNAME"
|
||||||
|
password: !secret MQTT_PASSWORD
|
||||||
|
```
|
||||||
|
|
||||||
## Additional features
|
## Additional features
|
||||||
|
|
||||||
- [Certificate](/docs/mqtt/certificate/)
|
- [Certificate](/docs/mqtt/certificate/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user