From 7dd6e4c21814d2afd533efb96aa8482114a793f8 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Wed, 8 Sep 2021 23:19:51 +0200 Subject: [PATCH] ccs811: docs for version sensor (#1336) --- components/sensor/ccs811.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/sensor/ccs811.rst b/components/sensor/ccs811.rst index 0ace2c61f..20825bd3c 100644 --- a/components/sensor/ccs811.rst +++ b/components/sensor/ccs811.rst @@ -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: