From f9ac5a9f433aa38178dc92f9dfcdd753313e14fb Mon Sep 17 00:00:00 2001 From: Patrick Pussar Date: Sat, 21 Dec 2024 20:56:40 +0100 Subject: [PATCH] Rename 'no2' to 'nitrogen_dioxide' in Grove Gas MC V2 docs Fixes https://github.com/esphome/issues/issues/6393 --- 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 `.