mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-24 03:02:12 +01:00
Update airthings_ble.rst (#1491)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
5b5144cd5f
commit
77699b858e
@ -26,12 +26,12 @@ To find out your device's MAC address, add the following to your ESPHome configu
|
||||
|
||||
The device will then listen for nearby devices, and display a message like this one:
|
||||
|
||||
``
|
||||
[D][airthings_ble:019]:
|
||||
Found AirThings device Serial: 123456789 (MAC: 01:02:03:04:05:06)
|
||||
``
|
||||
.. code-block:: text
|
||||
|
||||
Once the device is found, **remove the ``airthings_ble:`` device tracker** from your configuration and take note of the device MAC address, and use it when configuring a sensor below.
|
||||
[D][airthings_ble:019]:
|
||||
Found AirThings device Serial: 123456789 (MAC: 01:02:03:04:05:06)
|
||||
|
||||
Once the device is found, remove the ``airthings_ble`` device tracker from your configuration and take note of the device MAC address, and use it when configuring a sensor below.
|
||||
|
||||
Supported Devices
|
||||
-----------------
|
||||
@ -46,6 +46,8 @@ AirThings Wave Plus tracks radon (24h and long term), airborne chemicals, CO2, t
|
||||
:width: 60.0%
|
||||
|
||||
Configuration example:
|
||||
**********************
|
||||
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user