mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
SPI and I2C for ENS160 (#6369)
This commit is contained in:
15
tests/components/ens160_i2c/common.yaml
Normal file
15
tests/components/ens160_i2c/common.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
i2c:
|
||||
- id: i2c_ens160
|
||||
scl: ${scl_pin}
|
||||
sda: ${sda_pin}
|
||||
|
||||
sensor:
|
||||
- platform: ens160_i2c
|
||||
i2c_id: i2c_ens160
|
||||
address: 0x53
|
||||
eco2:
|
||||
name: "ENS160 eCO2"
|
||||
tvoc:
|
||||
name: "ENS160 Total Volatile Organic Compounds"
|
||||
aqi:
|
||||
name: "ENS160 Air Quality Index"
|
Reference in New Issue
Block a user