Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ sensor:
filters:
- lambda: return x - id(sen55_humidity_offset).state;
accuracy_decimals: 1
voc:
voc_index:
name: "SEN55 VOC"
id: sen55_voc
on_value:
Expand All @@ -370,7 +370,7 @@ sensor:
gating_max_duration_minutes: 180
std_initial: 50
gain_factor: 230
nox:
nox_index:
name: "SEN55 NOX"
id: sen55_nox
acceleration_mode: low
Expand Down
Loading