refactor: allow up to 100x correction of sensor values (#137)

This commit is contained in:
Roman Andriadi
2025-02-03 01:56:00 +00:00
committed by GitHub
parent 1903ee2bc7
commit 25b70e4db5
2 changed files with 2 additions and 2 deletions

View File

@@ -140,7 +140,7 @@
<label>
<span data-i18n>sensors.correction.factor</span>
<input type="number" inputmode="decimal" name="factor" min="0.01" max="10" step="0.01" required>
<input type="number" inputmode="decimal" name="factor" min="0.01" max="100" step="0.01" required>
</label>
</div>
</details>