@@ -59,8 +59,6 @@ Configuration variables:
59
59
All options from :ref: `Binary Sensor <config-binary_sensor >`.
60
60
- **has_moving_target ** (*Optional *): True if a moving target is detected.
61
61
All options from :ref: `Binary Sensor <config-binary_sensor >`.
62
- - **has_moving_target ** (*Optional *): True if a moving target is detected.
63
- All options from :ref: `Binary Sensor <config-binary_sensor >`.
64
62
- **has_still_target ** (*Optional *): True if a still target is detected.
65
63
All options from :ref: `Binary Sensor <config-binary_sensor >`.
66
64
- **dynamic_background_correction_status ** (*Optional *): True while the sensor is performing dynamic background
@@ -80,7 +78,7 @@ Configuration variables:
80
78
If you have defined other filters, this default will be overridden; you may of course add it back to your custom
81
79
filter(s) as above if you wish.
82
80
83
- To remove the default filter for a any given binary sensor instance, add ``filters: [] `` to its configuration.
81
+ To remove the default filter for any given binary sensor instance, add ``filters: [] `` to its configuration.
84
82
85
83
Sensor
86
84
------
@@ -216,7 +214,7 @@ Configuration variables:
216
214
If you have defined other filters, this default will be overridden; you may of course add it back to your custom
217
215
filter(s) as above if you wish.
218
216
219
- To remove the default filter for a any given sensor instance, add ``filters: [] `` to its configuration.
217
+ To remove the default filter for any given sensor instance, add ``filters: [] `` to its configuration.
220
218
221
219
Switch
222
220
------
0 commit comments