mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-25 22:11:29 +01:00
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:
parent
ca2f4beab7
commit
80a99e124a
@ -34,7 +34,7 @@ an ``i2c:`` section in your config for this integration to work.
|
|||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
- platform: grove_gas_mc_v2
|
- platform: grove_gas_mc_v2
|
||||||
no2:
|
nitrogen_dioxide:
|
||||||
name: "Nitrogen Dioxide"
|
name: "Nitrogen Dioxide"
|
||||||
ethanol:
|
ethanol:
|
||||||
name: "Ethanol"
|
name: "Ethanol"
|
||||||
@ -46,7 +46,7 @@ an ``i2c:`` section in your config for this integration to work.
|
|||||||
Configuration variables:
|
Configuration variables:
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
- **no2** (**Required**): The Nitrogen Dioxide sensor data.
|
- **nitrogen_dioxide** (**Required**): The Nitrogen Dioxide sensor data.
|
||||||
All options from :ref:`Sensor <config-sensor>`.
|
All options from :ref:`Sensor <config-sensor>`.
|
||||||
- **ethanol** (**Required**): The Ethanol (C2H5OH) sensor data.
|
- **ethanol** (**Required**): The Ethanol (C2H5OH) sensor data.
|
||||||
All options from :ref:`Sensor <config-sensor>`.
|
All options from :ref:`Sensor <config-sensor>`.
|
||||||
|
Loading…
Reference in New Issue
Block a user