Skip to content

Commit 80a99e1

Browse files
ppussarPatrick Pussar
andauthored
Rename 'no2' to 'nitrogen_dioxide' in Grove Gas MC V2 docs (#4527)
Fixes esphome/issues#6393 Co-authored-by: Patrick Pussar <patrick.pussar@deutschebahn.com>
1 parent ca2f4be commit 80a99e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/sensor/grove_gas_mc_v2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ an ``i2c:`` section in your config for this integration to work.
3434
3535
sensor:
3636
- platform: grove_gas_mc_v2
37-
no2:
37+
nitrogen_dioxide:
3838
name: "Nitrogen Dioxide"
3939
ethanol:
4040
name: "Ethanol"
@@ -46,7 +46,7 @@ an ``i2c:`` section in your config for this integration to work.
4646
Configuration variables:
4747
------------------------
4848

49-
- **no2** (**Required**): The Nitrogen Dioxide sensor data.
49+
- **nitrogen_dioxide** (**Required**): The Nitrogen Dioxide sensor data.
5050
All options from :ref:`Sensor <config-sensor>`.
5151
- **ethanol** (**Required**): The Ethanol (C2H5OH) sensor data.
5252
All options from :ref:`Sensor <config-sensor>`.

0 commit comments

Comments
 (0)