Add some additional documentation notes

This commit is contained in:
Jack Kingsman
2026-03-02 15:28:32 -08:00
parent f73d10328b
commit b7976206fc
4 changed files with 348 additions and 3 deletions
@@ -341,6 +341,9 @@ export function SettingsMqttSection({
value={communityMqttBrokerHost}
onChange={(e) => setCommunityMqttBrokerHost(e.target.value)}
/>
<p className="text-xs text-muted-foreground">
MQTT over TLS (WebSocket Secure) only
</p>
</div>
<div className="space-y-2">
<Label htmlFor="community-broker-port">Broker Port</Label>