mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
AQI calculator for HM3301 (#1011)
* HM3301 AQI calculator * remove logs * fixed after lint * fixed after lint * fixed after lint * check NP for AQI sensor * validation for AQI sensor
This commit is contained in:
@@ -738,6 +738,9 @@ sensor:
|
||||
name: "PM2.5"
|
||||
pm_10_0:
|
||||
name: "PM10.0"
|
||||
aqi:
|
||||
name: "AQI"
|
||||
calculation_type: "CAQI"
|
||||
|
||||
esp32_touch:
|
||||
setup_mode: False
|
||||
|
@@ -361,6 +361,9 @@ sensor:
|
||||
name: "PM2.5"
|
||||
pm_10_0:
|
||||
name: "PM10.0"
|
||||
aqi:
|
||||
name: "AQI"
|
||||
calculation_type: "AQI"
|
||||
- platform: pmsx003
|
||||
type: PMSX003
|
||||
pm_1_0:
|
||||
|
Reference in New Issue
Block a user