Erroneous Initial Temperature Reading After ESP32 Reboot #51
-
My QMC5883L returns an erroneous (high) initial temperature reading that I'd like to filter out, but I'm not sure how to append another sensor filter into the config without making all config files local. I'd like to add This is the section of esphome-magnetometer.yaml I'm trying to "extend:"
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Does this work? sensor:
- id: !extend ${prefix_id}qmc5883l_id
temperature:
filters:
- skip_initial: 1 |
Beta Was this translation helpful? Give feedback.
Does this work?