mirror of
https://github.com/esphome/esphome.git
synced 2025-10-31 23:21:54 +00:00
Add CUBIC CM1106 Single Beam NDIR CO2 Sensor Module (#8293)
Co-authored-by: Djordje <6750655+DjordjeMandic@users.noreply.github.com> Co-authored-by: Patrick <info@patagona.dev> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
11
tests/components/cm1106/common.yaml
Normal file
11
tests/components/cm1106/common.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
uart:
|
||||
- id: uart_cm1106
|
||||
tx_pin: ${tx_pin}
|
||||
rx_pin: ${rx_pin}
|
||||
baud_rate: 9600
|
||||
|
||||
sensor:
|
||||
- platform: cm1106
|
||||
co2:
|
||||
name: CM1106 CO2 Value
|
||||
update_interval: 15s
|
||||
Reference in New Issue
Block a user