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 d394186 commit 3c36122Copy full SHA for 3c36122
packages/sensor_pms5003t_2_extended_life.yaml
@@ -39,7 +39,7 @@ sensor:
39
- platform: copy
40
source_id: temp_2_raw
41
name: "Temperature (2)"
42
- id: temp
+ id: temp_2
43
# https://www.airgradient.com/documentation/correction-algorithms/
44
filters:
45
- lambda: |-
@@ -49,7 +49,7 @@ sensor:
49
50
source_id: humidity_2_raw
51
name: "Humidity (2)"
52
- id: humidity
+ id: humidity_2
53
54
# Ensuring max is 100% as calculation can exceed
55
0 commit comments