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", name: "proxyToClientEnabled",
label: "Proxy to Client Enabled", label: "Proxy to Client Enabled",
description: 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: [ disabledBy: [
{ {
fieldName: "enabled", fieldName: "enabled",

Loading…
Cancel
Save