Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/components/sensor/qmc5883l.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down