1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 07:08:20 +00:00

last chance+++++++++

This commit is contained in:
pi4homez 2019-04-07 17:49:52 +02:00
parent 37589bba7a
commit 57faa7c25b
3 changed files with 9 additions and 7 deletions

View File

@ -17,7 +17,7 @@ CONF_PPD42 = 'PPD42'
CONF_PPD42NJ = 'PPD42NJ' CONF_PPD42NJ = 'PPD42NJ'
CONF_PPD42NS = 'PPD42NS' CONF_PPD42NS = 'PPD42NS'
CONF_PIN_02_5 = 'pin_2_5' CONF_PIN_02_5 = 'pin_02_5'
CONF_PIN_10_0 = 'pin_10_0' CONF_PIN_10_0 = 'pin_10_0'

View File

@ -83,13 +83,13 @@ sensor:
- platform: ppd42x - platform: ppd42x
type: PPD42 type: PPD42
pin_10_0: GPIO32 pin_10_0: GPIO32
pin_2_5: GPIO27 pin_02_5: GPIO27
pm_2_5: pm_2_5:
name: "PM 2.5 Concentration" name: "PM 2.5 Concentration"
pm_10_0: pm_10_0:
name: "PM 10.0 Concentration" name: "PM 10.0 Concentration"
- platform: ppd42x - platform: ppd42x
pin_2_5: GPIO27 pin_02_5: GPIO27
type: PPD42NJ type: PPD42NJ
pm_2_5: pm_2_5:
name: "PM 2.5 Concentration" name: "PM 2.5 Concentration"

View File

@ -46,19 +46,21 @@ deep_sleep:
sensor: sensor:
- platform: ppd42x - platform: ppd42x
type: PPD42 type: PPD42
pin_10_0: D5 pin_10_0: GPIO05
pin_2_5: D6 pin_02_5: GPIO06
pm_2_5: pm_2_5:
name: "PM 2.5 Concentration" name: "PM 2.5 Concentration"
pm_10_0: pm_10_0:
name: "PM 10.0 Concentration" name: "PM 10.0 Concentration"
- platform: ppd42x - platform: ppd42x
type: PPD42NJ type: PPD42NJ
pin_2_5: D5 pin_02_5: GPIO05
pm_2_5: pm_2_5:
name: "PM 2.5 Concentration" name: "PM 2.5 Concentration"
- platform: ppd42x - platform: ppd42x
pin_10_0: D6 pin_10_0: GPIO06
type: PPD42NS type: PPD42NS
pm_10_0: pm_10_0:
name: "PM 10.0 Concentration" name: "PM 10.0 Concentration"