mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
Add ENS160 Sensor (#4243)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com> Co-authored-by: mrtoy-me <118446898+mrtoy-me@users.noreply.github.com>
This commit is contained in:
@@ -225,6 +225,13 @@ sensor:
|
||||
name: "ADE7953 Reactive Power B"
|
||||
update_interval: 1s
|
||||
|
||||
- platform: ens160
|
||||
eco2:
|
||||
name: "ENS160 eCO2"
|
||||
tvoc:
|
||||
name: "ENS160 Total Volatile Organic Compounds"
|
||||
aqi:
|
||||
name: "ENS160 Air Quality Index"
|
||||
- platform: tmp102
|
||||
name: TMP102 Temperature
|
||||
- platform: hm3301
|
||||
@@ -424,7 +431,6 @@ switch:
|
||||
direction: BACKWARD
|
||||
id: test_motor
|
||||
|
||||
|
||||
custom_component:
|
||||
lambda: |-
|
||||
auto s = new CustomComponent();
|
||||
@@ -613,7 +619,6 @@ mcp23017:
|
||||
mcp23008:
|
||||
id: mcp23008_hub
|
||||
|
||||
|
||||
light:
|
||||
- platform: hbridge
|
||||
name: Icicle Lights
|
||||
@@ -633,7 +638,6 @@ ttp229_bsf:
|
||||
sdo_pin: D2
|
||||
scl_pin: D1
|
||||
|
||||
|
||||
display:
|
||||
- platform: max7219digit
|
||||
cs_pin: GPIO15
|
||||
@@ -645,7 +649,6 @@ display:
|
||||
lambda: |-
|
||||
it.printdigit("hello");
|
||||
|
||||
|
||||
http_request:
|
||||
useragent: esphome/device
|
||||
timeout: 10s
|
||||
|
@@ -480,7 +480,6 @@ sensor:
|
||||
name: PZEMDC Power
|
||||
energy:
|
||||
name: PZEMDC Energy
|
||||
|
||||
- platform: pmsx003
|
||||
uart_id: uart_9
|
||||
type: PMSX003
|
||||
|
Reference in New Issue
Block a user