1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-19 16:25:50 +00:00

Add PMSX003 Particulate Matter Sensor (#192)

This commit is contained in:
Otto Winter
2018-10-20 12:58:52 +02:00
committed by GitHub
parent 34fc2147a4
commit 9efd9f4fe8
3 changed files with 117 additions and 0 deletions

View File

@@ -341,6 +341,10 @@ CONF_DAYS_OF_WEEK = 'days_of_week'
CONF_CRON = 'cron'
CONF_POWER_SAVE_MODE = 'power_save_mode'
CONF_POWER_ON_VALUE = 'power_on_value'
CONF_PM_1_0 = 'pm_1_0'
CONF_PM_2_5 = 'pm_2_5'
CONF_PM_10_0 = 'pm_10_0'
CONF_FORMALDEHYDE = 'formaldehyde'
CONF_ON_TAG = 'on_tag'
CONF_ON_JSON_MESSAGE = 'on_json_message'