Browse Source

clarify proxy description

pull/157/head
pdxlocations 2 years ago
committed by Sacha Weatherstone
parent
commit
af09ab6707
  1. 2
      src/components/PageComponents/ModuleConfig/MQTT.tsx

2
src/components/PageComponents/ModuleConfig/MQTT.tsx

@ -115,7 +115,7 @@ export const MQTT = (): JSX.Element => {
name: "proxyToClientEnabled",
label: "Proxy to Client Enabled",
description:
"Whether to proxy MQTT packets to the client (for example to Home Assistant)",
"Use the client's internet connection for MQTT (feature only active in mobile apps)",
disabledBy: [
{
fieldName: "enabled",

Loading…
Cancel
Save