Fix JSON example in /config docs

The JSON example has an extra closing brace, causing the JSON to be invalid. The fix is to remove the stray closing brace.
This commit is contained in:
Michael Lynch
2025-08-12 20:45:41 -04:00
parent d8eb6b3c1a
commit fabf0550fc

View File

@@ -108,7 +108,6 @@ Compensated values apply correction algorithms to make the sensor values more ac
"slr": {} "slr": {}
} }
} }
}
} }
``` ```