Skip to content

Commit

Permalink
Rename 'no2' to 'nitrogen_dioxide' in Grove Gas MC V2 docs (#4527)
Browse files Browse the repository at this point in the history
Fixes esphome/issues#6393

Co-authored-by: Patrick Pussar <[email protected]>
  • Loading branch information
ppussar and Patrick Pussar authored Jan 7, 2025
1 parent ca2f4be commit 80a99e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/sensor/grove_gas_mc_v2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 <config-sensor>`.
- **ethanol** (**Required**): The Ethanol (C2H5OH) sensor data.
All options from :ref:`Sensor <config-sensor>`.
Expand Down

0 comments on commit 80a99e1

Please sign in to comment.