Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename 'no2' to 'nitrogen_dioxide' in Grove Gas MC V2 docs #4527

Merged
merged 2 commits into from
Jan 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading