We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756edc4 commit d291dbcCopy full SHA for d291dbc
tutorials/manage-zigbee-devices-with-iot/index.mdx
@@ -38,9 +38,9 @@ Zigbee2MQTT is configured using YAML based `configuration.yaml` file. Modify thi
38
```
39
# Required: MQTT settings
40
mqtt:
41
- server: mqtts://iot.fr-par.scw.cloud:8883 # Correct endpoint
+ server: mqtts://iot.fr-par.scw.cloud:8883 # mqtts endpoint
42
base_topic: zigbee2mqtt
43
- ca: /etc/ssl/mqtt-ca.crt # Updated Certificate Authority
+ ca: /etc/ssl/mqtt-ca.crt # Certificate Authority
44
key: /etc/ssl/mqtt-client.key # Device private key
45
cert: /etc/ssl/mqtt-client.crt # Device certificate
46
client_id: <Device_ID>
0 commit comments