1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Add support for Airthing Wave Mini (#2440)

This commit is contained in:
NMC
2021-10-04 18:56:34 -04:00
committed by GitHub
parent 8be4086224
commit 877367677b
6 changed files with 289 additions and 0 deletions

View File

@@ -281,6 +281,17 @@ sensor:
name: "Wave Plus CO2"
tvoc:
name: "Wave Plus VOC"
- platform: airthings_wave_mini
ble_client_id: airthingsmini01
update_interval: 5min
temperature:
name: "Wave Mini Temperature"
humidity:
name: "Wave Mini Humidity"
pressure:
name: "Wave Mini Pressure"
tvoc:
name: "Wave Mini VOC"
time:
- platform: homeassistant
@@ -378,6 +389,9 @@ esp32_ble_tracker:
ble_client:
- mac_address: 01:02:03:04:05:06
id: airthings01
- mac_address: 01:02:03:04:05:06
id: airthingsmini01
airthings_ble: