mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Revert "Added test for bme680_bsec" (#2518)
This reverts commit 7f6a50d291
due to BSEC library license restrictions.
This commit is contained in:
parent
73940bc1bd
commit
10c6601b0a
1 changed files with 0 additions and 16 deletions
|
@ -265,9 +265,6 @@ wled:
|
|||
|
||||
adalight:
|
||||
|
||||
bme680_bsec:
|
||||
i2c_id: i2c_bus
|
||||
|
||||
esp32_ble_tracker:
|
||||
|
||||
ble_client:
|
||||
|
@ -481,19 +478,6 @@ sensor:
|
|||
duration: 150ms
|
||||
update_interval: 15s
|
||||
i2c_id: i2c_bus
|
||||
- platform: bme680_bsec
|
||||
temperature:
|
||||
name: "BME680 Temperature"
|
||||
pressure:
|
||||
name: "BME680 Pressure"
|
||||
humidity:
|
||||
name: "BME680 Humidity"
|
||||
iaq:
|
||||
name: "BME680 IAQ"
|
||||
co2_equivalent:
|
||||
name: "BME680 CO2 Equivalent"
|
||||
breath_voc_equivalent:
|
||||
name: "BME680 Breath VOC Equivalent"
|
||||
- platform: bmp085
|
||||
temperature:
|
||||
name: 'Outside Temperature'
|
||||
|
|
Loading…
Reference in a new issue