trvrnrth / esphome-bsec-bme680

ESPHome component for the Bosch BME680 sensor via BSEC providing temperature, humidity, pressure and indoor air quality measurements.
85 stars 17 forks source link

Tidy state push yields and also during load/save #24

Closed trvrnrth closed 3 years ago

trvrnrth commented 3 years ago

Instead of rolling our own yielding mechanism for the sensor state pushes make use of the standard call!

Also adds yields during BSEC state load/save operations.