mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +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
63d6b610b8
commit
1308236429
1 changed files with 0 additions and 16 deletions
|
@ -265,9 +265,6 @@ wled:
|
||||||
|
|
||||||
adalight:
|
adalight:
|
||||||
|
|
||||||
bme680_bsec:
|
|
||||||
i2c_id: i2c_bus
|
|
||||||
|
|
||||||
esp32_ble_tracker:
|
esp32_ble_tracker:
|
||||||
|
|
||||||
ble_client:
|
ble_client:
|
||||||
|
@ -481,19 +478,6 @@ sensor:
|
||||||
duration: 150ms
|
duration: 150ms
|
||||||
update_interval: 15s
|
update_interval: 15s
|
||||||
i2c_id: i2c_bus
|
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
|
- platform: bmp085
|
||||||
temperature:
|
temperature:
|
||||||
name: 'Outside Temperature'
|
name: 'Outside Temperature'
|
||||||
|
|
Loading…
Reference in a new issue