We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2f4be commit 80a99e1Copy full SHA for 80a99e1
components/sensor/grove_gas_mc_v2.rst
@@ -34,7 +34,7 @@ an ``i2c:`` section in your config for this integration to work.
34
35
sensor:
36
- platform: grove_gas_mc_v2
37
- no2:
+ nitrogen_dioxide:
38
name: "Nitrogen Dioxide"
39
ethanol:
40
name: "Ethanol"
@@ -46,7 +46,7 @@ an ``i2c:`` section in your config for this integration to work.
46
Configuration variables:
47
------------------------
48
49
-- **no2** (**Required**): The Nitrogen Dioxide sensor data.
+- **nitrogen_dioxide** (**Required**): The Nitrogen Dioxide sensor data.
50
All options from :ref:`Sensor <config-sensor>`.
51
- **ethanol** (**Required**): The Ethanol (C2H5OH) sensor data.
52
0 commit comments