We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c08af commit 6456804Copy full SHA for 6456804
packages/sensor_pms5003t_2.yaml
@@ -36,7 +36,7 @@ sensor:
36
- platform: copy
37
source_id: temp_2_raw
38
name: "Temperature (2)"
39
- id: temp
+ id: temp_2
40
# https://www.airgradient.com/documentation/correction-algorithms/
41
filters:
42
- lambda: |-
@@ -46,7 +46,7 @@ sensor:
46
47
source_id: humidity_2_raw
48
name: "Humidity (2)"
49
- id: humidity
+ id: humidity_2
50
51
# Ensuring max is 100% as calculation can exceed
52
0 commit comments