mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
b2d516c70a5b2357cf0c7c7cf394269c631e6653
On bootup the ccs811 reports that no data is available. No error flag is set in that case. The current implementation ignores this, reads and publishes the invalid data, which is 0xFDFD for both tvoc and co2 in my case. This commit fixes this and does not read and publish invalid data.
ESPHome

Documentation: https://esphome.io/
For issues, please go to the issue tracker.
For feature requests, please see feature requests.
Description
Languages
C++
64.8%
Python
35%
C
0.1%
