From 0f8395129e02ff072e78d6814a8b36c666143d88 Mon Sep 17 00:00:00 2001 From: Patrick Pussar Date: Tue, 7 Jan 2025 21:16:00 +0100 Subject: [PATCH] Rename 'no2' to 'nitrogen_dioxide' in Grove Gas MC V2 docs (#4527) Fixes https://github.com/esphome/issues/issues/6393 Co-authored-by: Patrick Pussar --- components/sensor/grove_gas_mc_v2.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/sensor/grove_gas_mc_v2.rst b/components/sensor/grove_gas_mc_v2.rst index 1230af43be..4cfbacec75 100644 --- a/components/sensor/grove_gas_mc_v2.rst +++ b/components/sensor/grove_gas_mc_v2.rst @@ -34,7 +34,7 @@ an ``i2c:`` section in your config for this integration to work. sensor: - platform: grove_gas_mc_v2 - no2: + nitrogen_dioxide: name: "Nitrogen Dioxide" ethanol: name: "Ethanol" @@ -46,7 +46,7 @@ an ``i2c:`` section in your config for this integration to work. Configuration variables: ------------------------ -- **no2** (**Required**): The Nitrogen Dioxide sensor data. +- **nitrogen_dioxide** (**Required**): The Nitrogen Dioxide sensor data. All options from :ref:`Sensor `. - **ethanol** (**Required**): The Ethanol (C2H5OH) sensor data. All options from :ref:`Sensor `.