[locations] Update bike and drive thresholds
All checks were successful
build & deploy / test (push) Successful in 1m56s
build & deploy / build-and-deploy (push) Successful in 30s

This commit is contained in:
2026-05-01 18:30:55 -04:00
parent 2b2b20d1b7
commit eb604f5eb2

View File

@ -11,8 +11,8 @@ SPEED_THRESHOLDS = {
"at_rest": 0.5,
"walking": 1.5,
"running": 3.5,
"bicycling": 9.0,
"driving": float("inf"),
"bicycling": 6.5,
"driving": 10,
}
# Activity mapping from Android activity recognition