mirror of
https://github.com/esphome/esphome.git
synced 2024-11-15 19:48:11 +01:00
14 lines
291 B
YAML
14 lines
291 B
YAML
|
sensor:
|
||
|
- platform: grove_gas_mc_v2
|
||
|
i2c_id: i2c_bus
|
||
|
nitrogen_dioxide:
|
||
|
name: "Nitrogen Dioxide"
|
||
|
ethanol:
|
||
|
name: "Ethanol"
|
||
|
carbon_monoxide:
|
||
|
name: "Carbon Monoxide"
|
||
|
tvoc:
|
||
|
name: "Volatile Organic Compounds"
|
||
|
update_interval: 30s
|
||
|
address: 0xAD
|