File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,9 @@ Configuration variables:
79
79
By default, each of the :doc: `Binary Sensor </components/binary_sensor/index >` components above includes the
80
80
following :ref: `filter<binary_sensor-filters> ` by default to prevent flooding Home Assistant with state updates:
81
81
82
- - ``settle: 1000ms ``
82
+ .. code-block :: yaml
83
+
84
+ - settle : 1000ms
83
85
84
86
If you have defined other filters, this default will be overridden; you may of course add it back to your custom
85
87
filter(s) as above if you wish.
@@ -190,7 +192,9 @@ Configuration variables:
190
192
By default, each of the :doc: `Sensor </components/sensor/index >` components above includes the following
191
193
:ref: `filter<sensor-filters> ` by default to prevent flooding Home Assistant with state updates:
192
194
193
- - ``throttle_with_priority: 1000ms ``
195
+ .. code-block :: yaml
196
+
197
+ - throttle_with_priority : 1000ms
194
198
195
199
If you have defined other filters, this default will be overridden; you may of course add it back to your custom
196
200
filter(s) as above if you wish.
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ Use of a hardware UART is highly recommended as it best supports the default 115
25
25
26
26
# Example configuration entry
27
27
ld2412 :
28
- id : ld2412
29
28
30
29
Configuration variables:
31
30
************************
@@ -64,8 +63,8 @@ Configuration variables:
64
63
All options from :ref: `Binary Sensor <config-binary_sensor >`.
65
64
- **has_still_target ** (*Optional *): True if a still target is detected.
66
65
All options from :ref: `Binary Sensor <config-binary_sensor >`.
67
- - **dynamic_background_correction_status ** (*Optional *): True while a the dynamic background correction is in progress.
68
- All options from :ref: `Binary Sensor <config-binary_sensor >`.
66
+ - **dynamic_background_correction_status ** (*Optional *): True while the sensor is performing dynamic background
67
+ correction. All options from :ref: `Binary Sensor <config-binary_sensor >`.
69
68
- **ld2412_id ** (*Optional *, :ref: `config-id `): Manually specify the ID for the component. Required when using multiple
70
69
components.
71
70
You can’t perform that action at this time.
0 commit comments