From d20492df014bcbb5a8a35519c2be6949858fe11e Mon Sep 17 00:00:00 2001 From: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:28:29 -0400 Subject: [PATCH] Add note about I2C errors --- content/components/sensor/qmc5883l.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/components/sensor/qmc5883l.md b/content/components/sensor/qmc5883l.md index c410f535db..4cfcc7e3da 100644 --- a/content/components/sensor/qmc5883l.md +++ b/content/components/sensor/qmc5883l.md @@ -60,7 +60,8 @@ sensor: - **range** (*Optional*): The range parameter for the sensor. - **oversampling** (*Optional*): The oversampling parameter for the sensor. -- **update_interval** (*Optional*, [Time](#config-time)): The interval to check the sensor. Defaults to `60s`. +- **update_interval** (*Optional*, [Time](#config-time)): The interval to check the sensor. Note that if the + interval is too short it may result in I2C errors. Defaults to `60s`. - **id** (*Optional*, [ID](#config-id)): Manually specify the ID used for code generation. ## Range Options