ccs811: docs for version sensor (#1336)

This commit is contained in:
Peter van Dijk 2021-09-08 23:19:51 +02:00 committed by GitHub
parent 603ab7b531
commit 7dd6e4c218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,9 @@ Configuration variables:
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the
sensor. Defaults to ``60s``.
- **version:** (*Optional*): This sensor reports the firmware ('application') version in text, with the internal hex representation of the version number behind it, so version 1.0.0 will be reported as '1.0.0 (0x1000)'.
- **name** (**Required**, string): The name for the version sensor.
Advanced: