diff --git a/components/sensor/grove_gas_mc_v2.rst b/components/sensor/grove_gas_mc_v2.rst index 1230af43b..4cfbacec7 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 `.