Skip to content

Commit 341c453

Browse files
authored
fix(ignore): Fix HA addon onboarding (#26862)
1 parent c5c7f70 commit 341c453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util/onboarding.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function generateHtmlForm(currentSettings: RecursivePartial<Settings>, devices:
109109
<p>Optional fields will either be ignored or fallback to defaults if not set (see appropriate documentation page for more details).</p>
110110
<p>If a field is disabled, it means <a href="https://www.zigbee2mqtt.io/guide/configuration/#environment-variables" target="_blank">environment variables</a> are being used to override specific values (for example, through the Home Assistant add-on configuration page).</p>
111111
<hr>
112-
<form method="post" action="/">
112+
<form method="post">
113113
<fieldset ${process.env.ZIGBEE2MQTT_CONFIG_SERIAL || process.env.ZIGBEE2MQTT_CONFIG_SERIAL_PORT || process.env.ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER ? 'disabled' : ''}>
114114
<label for="found_device">Found Devices</label>
115115
${devicesSelect}

0 commit comments

Comments
 (0)