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

Fixes https://github.com/esphome/issues/issues/6393

Co-authored-by: Patrick Pussar <patrick.pussar@deutschebahn.com>
This commit is contained in:
Patrick Pussar 2025-01-07 21:16:00 +01:00 committed by GitHub
parent ca2f4beab7
commit 80a99e124a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 <config-sensor>`.
- **ethanol** (**Required**): The Ethanol (C2H5OH) sensor data.
All options from :ref:`Sensor <config-sensor>`.