1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

Feature/add seeed grove gmxxx multichannel gas support (#4304)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
YorkshireIoT
2024-10-07 03:34:46 +01:00
committed by GitHub
parent 81f6750211
commit 03a95ee05f
11 changed files with 245 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
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

View File

@@ -0,0 +1,6 @@
i2c:
sda: 21
scl: 22
id: i2c_bus
<<: !include common.yaml

View File

@@ -0,0 +1,6 @@
i2c:
sda: 21
scl: 22
id: i2c_bus
<<: !include common.yaml

View File

@@ -0,0 +1,6 @@
i2c:
sda: 4
scl: 5
id: i2c_bus
<<: !include common.yaml

View File

@@ -0,0 +1,6 @@
i2c:
sda: 21
scl: 22
id: i2c_bus
<<: !include common.yaml