[locations] Continue to adjust thresholds
This commit is contained in:
@ -9,8 +9,8 @@ logger = logging.getLogger(__name__)
|
||||
# Speed thresholds in meters per second
|
||||
SPEED_THRESHOLDS = {
|
||||
"at_rest": 0.5,
|
||||
"walking": 1.5,
|
||||
"running": 3.5,
|
||||
"walking": 1,
|
||||
"running": 2.5,
|
||||
"bicycling": 6.5,
|
||||
"driving": 10,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user