Add docs for Airthings-Wave-Mini (#1505)

This commit is contained in:
NMC 2021-10-04 18:56:37 -04:00 committed by GitHub
parent 479acf411b
commit 857477e188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 2 deletions

View File

@ -3,9 +3,9 @@ AirThings BLE Sensors
.. seo::
:description: Instructions for setting up AirThings bluetooth-based sensors in ESPHome.
:keywords: AirThings, BLE, Bluetooth, Wave Plus
:keywords: AirThings, BLE, Bluetooth, Wave Plus, Wave Mini
The ``airthings_wave_plus`` sensor platform lets you track the output of AirThings Bluetooth Low Energy devices.
The ``airthings_wave_plus`` and ``airthings_wave_mini`` sensor platforms lets you track the output of AirThings Bluetooth Low Energy devices.
This component will track radon, airborne chemicals, CO2, temperature and humidity and others depending on the device sensors.
@ -74,6 +74,38 @@ Configuration example:
esp32_ble_tracker:
Wave Mini
*********
AirThings Wave Mini tracks airborne chemicals, temperature, pressure and humidity.
.. figure:: images/airthings_wave_mini.jpg
:align: center
:width: 60.0%
Configuration example:
.. code-block:: yaml
sensor:
- platform: airthings_wave_mini
ble_client_id: airthingsmini
update_interval: 5min # default
temperature:
name: "WaveMini Temperature"
pressure:
name: "WaveMini Pressure"
humidity:
name: "WaveMini Humidity"
tvoc:
name: "WaveMini VOC"
ble_client:
- mac_address: 01:02:03:04:05:06
id: airthingsmini
esp32_ble_tracker:
.. note::
The sensor uses active polling of devices every 5 minutes as per the device reported internal refresh timeout.

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB