You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ composite:
75
75
- **default_options** (*Optional*): Defines default values for corresponding options under **trackers**.
76
76
- **require_movement** (*Optional*): Default is `false`.
77
77
- **driving_speed** (*Optional*)
78
+
- **end_driving_delay** (*Optoinal*)
78
79
79
80
- **trackers**: The list of composite trackers to create. For each entry see [Tracker entries](#tracker-entries).
80
81
@@ -85,6 +86,7 @@ composite:
85
86
- **id** (*Optional*): Object ID (i.e., part of entity ID after the dot) of composite device. If not supplied, then object ID will be generated from the `name` variable. For example, `My Name` would result in a tracker entity ID of `device_tracker.my_name`. The speed sensor's object ID will be the same as for the device tracker, but with a suffix of "`_speed`" added (e.g., `sensor.my_name_speed`.)
86
87
- **require_movement** (*Optional*): `true` or `false`. If `true`, will skip update from a GPS-based tracker if it has not moved. Specifically, if circle defined by new GPS coordinates and accuracy overlaps circle defined by previous GPS coordinates and accuracy then update will be ignored.
87
88
- **driving_speed** (*Optional*): Defines a driving speed threshold (in MPH or KPH, depending on general unit system setting.) If set, and current speed is at or above this value, and tracker is not in a zone, then the state of the tracker will be set to `driving`.
89
+
- **end_driving_delay** (*Optional*): Amount of time to wait before changing state back to `not_home` (i.e., Away) when speed falls below set `driving_speed`. This can prevent state changing back and forth to `driving` (i.e., Driving) when, e.g., slowing for a turn or stopping at a traffic light.
88
90
- **entity_picture** (*Optional*): Specifies image to use for entity. Can be an URL or a file in "/local". Note that /local is used by the frontend to access files in `<config_path>/www` (which is typically `/config/www`.) You can specify file names with or without the "/local" prefix. If this option is used, then `use_picture` cannot be used.
0 commit comments