From 377027a09cda703bc4aa65052594a9e16a58ce9c Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Thu, 19 Sep 2024 09:54:43 -0700 Subject: [PATCH] Update telemetry.mdx (#1464) --- docs/configuration/module/telemetry.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/module/telemetry.mdx b/docs/configuration/module/telemetry.mdx index ee1e3ce0..655a6aed 100644 --- a/docs/configuration/module/telemetry.mdx +++ b/docs/configuration/module/telemetry.mdx @@ -22,7 +22,7 @@ Supported sensors connected to the I2C bus of the device will be automatically d | BMP180 | 0x76, 0x77 | Temperature and barometric pressure | | BMP280 | 0x76, 0x77 | Temperature and barometric pressure | | BME280 | 0x76, 0x77 | Temperature, barometric pressure and humidity | -| BME680 | 0x76, 0x77 | Temperature, barometric pressure, humidity and air resistance | +| BME68x | 0x76, 0x77 | Temperature, barometric pressure, humidity and air resistance | | MCP9808 | 0x18 | Temperature | | INA260 | 0x40, 0x41, 0x43 | Current and Voltage | | INA219 | 0x40, 0x41, 0x43 | Current and Voltage |