Update PD-Stepper-Position-Control.yaml

This commit is contained in:
C H R I S T I A N 2025-02-11 18:59:39 +01:00 committed by GitHub
parent 06f76f04a1
commit fcb6125f68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -178,7 +178,7 @@ sensor:
name: Encoder name: Encoder
id: encoder id: encoder
update_interval: 0s # beware of the polling rate update_interval: 0s # beware of the polling rate
internal: true # don't publish sensor data to Home Assistant or web server internal: false # publish sensor data to Home Assistant and/or web server
filters: filters:
- delta: 2 # throttle the high polling rate to only act on value changes - delta: 2 # throttle the high polling rate to only act on value changes
# compute absolute position from angle value # compute absolute position from angle value