@@ -32,10 +32,6 @@ an ``i2c:`` section in your config for this integration to work.
32
32
33
33
.. code-block :: yaml
34
34
35
- i2c :
36
- sda : D2
37
- scl : D1
38
-
39
35
sensor :
40
36
- platform : grove_gas_mc_v2
41
37
no2 :
@@ -53,28 +49,13 @@ Configuration variables:
53
49
------------------------
54
50
55
51
- **no2 ** (**Required **): The Nitrogen Dioxide sensor data.
56
-
57
- - **name ** (**Required **, string): The name for the Nitrogen Dioxide sensor.
58
- - **id ** (*Optional *, :ref: `config-id `): Set the ID of this sensor for use in lambdas.
59
- - All other options from :ref: `Sensor <config-sensor >`.
60
-
52
+ All options from :ref: `Sensor <config-sensor >`.
61
53
- **ethanol ** (**Required **): The Ethanol (C2H5OH) sensor data.
62
-
63
- - **name ** (**Required **, string): The name for the Ethanol sensor.
64
- - **id ** (*Optional *, :ref: `config-id `): Set the ID of this sensor for use in lambdas.
65
- - All other options from :ref: `Sensor <config-sensor >`.
66
-
54
+ All options from :ref: `Sensor <config-sensor >`.
67
55
- **carbon_monoxide ** (**Required **): The Carbon Monoxide sensor data.
68
-
69
- - **name ** (**Required **, string): The name for the Carbon Monoxide sensor.
70
- - **id ** (*Optional *, :ref: `config-id `): Set the ID of this sensor for use in lambdas.
71
- - All other options from :ref: `Sensor <config-sensor >`.
72
-
56
+ All options from :ref: `Sensor <config-sensor >`.
73
57
- **tvoc ** (**Required **): The Total Volatile Organic Compounds (TVOC) sensor data.
74
-
75
- - **name ** (**Required **, string): The name for the VOC sensor.
76
- - **id ** (*Optional *, :ref: `config-id `): Set the ID of this sensor for use in lambdas.
77
- - All other options from :ref: `Sensor <config-sensor >`.
58
+ All options from :ref: `Sensor <config-sensor >`.
78
59
79
60
- **update_interval ** (*Optional *, :ref: `config-time `): The interval to check the
80
61
sensor. Defaults to ``60s ``.
0 commit comments