esphome/esphome
Christian Taedcke b2d516c70a
ccs811: Skip reading data if it is not available (#2404)
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.
2021-09-27 21:53:05 +02:00
..
components ccs811: Skip reading data if it is not available (#2404) 2021-09-27 21:53:05 +02:00
core Dashboard node import and render in browser (#2374) 2021-09-27 10:10:53 -07:00
dashboard Dashboard node import and render in browser (#2374) 2021-09-27 10:10:53 -07:00
__init__.py Rename esphomeyaml to esphome (#426) 2019-02-13 16:54:02 +01:00
__main__.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
automation.py lambda condition should return (#1833) 2021-05-26 08:03:59 +12:00
codegen.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
config.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
config_helpers.py add-black (#1593) 2021-03-07 16:03:16 -03:00
config_validation.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
const.py Tuya rgb support (#2278) 2021-09-26 21:34:06 +13:00
coroutine.py Introduce new async-def coroutine syntax (#1657) 2021-05-17 17:14:15 +12:00
cpp_generator.py Add missing MockObj operators (#2378) 2021-09-23 11:53:10 +02:00
cpp_helpers.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
cpp_types.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
espota2.py Bump pylint from 2.10.2 to 2.11.1 (#2334) 2021-09-19 19:22:28 +02:00
final_validate.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
git.py Allow using a git source for a package (#2193) 2021-09-06 08:23:06 +12:00
helpers.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
jsonschema.py schema-dump-pins (#1596) 2021-03-08 22:53:20 -03:00
loader.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
log.py Fix colorlog removing colors and refactor color code (#1671) 2021-04-08 13:58:01 +02:00
mqtt.py Bump pylint from 2.10.2 to 2.11.1 (#2334) 2021-09-19 19:22:28 +02:00
pins.py Fix: Pin flags code generation returning FLAG_NONE (#2377) 2021-09-23 11:19:17 +02:00
platformio_api.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
storage_json.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
types.py Improve config final validation (#1917) 2021-06-18 11:52:02 +12:00
util.py Allow .yml files to show up in the dashboard (#2257) 2021-09-08 16:11:09 +12:00
voluptuous_schema.py Schema dump (#1564) 2021-03-07 21:05:08 -03:00
vscode.py Support multiple configuration directories for update-all subcommand (#1925) 2021-08-11 17:21:57 +12:00
wizard.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
writer.py ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
yaml_util.py Bump pylint from 2.10.2 to 2.11.1 (#2334) 2021-09-19 19:22:28 +02:00
zeroconf.py Dashboard node import and render in browser (#2374) 2021-09-27 10:10:53 -07:00