mirror of
https://github.com/esphome/esphome.git
synced 2025-11-17 15:26:01 +00:00
last chance+++++++++
This commit is contained in:
@@ -83,13 +83,13 @@ sensor:
|
||||
- platform: ppd42x
|
||||
type: PPD42
|
||||
pin_10_0: GPIO32
|
||||
pin_2_5: GPIO27
|
||||
pin_02_5: GPIO27
|
||||
pm_2_5:
|
||||
name: "PM 2.5 Concentration"
|
||||
pm_10_0:
|
||||
name: "PM 10.0 Concentration"
|
||||
- platform: ppd42x
|
||||
pin_2_5: GPIO27
|
||||
pin_02_5: GPIO27
|
||||
type: PPD42NJ
|
||||
pm_2_5:
|
||||
name: "PM 2.5 Concentration"
|
||||
|
||||
@@ -46,19 +46,21 @@ deep_sleep:
|
||||
sensor:
|
||||
- platform: ppd42x
|
||||
type: PPD42
|
||||
pin_10_0: D5
|
||||
pin_2_5: D6
|
||||
pin_10_0: GPIO05
|
||||
pin_02_5: GPIO06
|
||||
pm_2_5:
|
||||
name: "PM 2.5 Concentration"
|
||||
pm_10_0:
|
||||
name: "PM 10.0 Concentration"
|
||||
|
||||
- platform: ppd42x
|
||||
type: PPD42NJ
|
||||
pin_2_5: D5
|
||||
pin_02_5: GPIO05
|
||||
pm_2_5:
|
||||
name: "PM 2.5 Concentration"
|
||||
|
||||
- platform: ppd42x
|
||||
pin_10_0: D6
|
||||
pin_10_0: GPIO06
|
||||
type: PPD42NS
|
||||
pm_10_0:
|
||||
name: "PM 10.0 Concentration"
|
||||
|
||||
Reference in New Issue
Block a user