correction sigh
This commit is contained in:
parent
341bd88d7c
commit
d1a686e437
1 changed files with 4 additions and 4 deletions
|
|
@ -71,7 +71,7 @@ wifi:
|
||||||
```
|
```
|
||||||
- Coller le texte suivant après "captive_portal:", en sautant deux lignes et en veillant à supprimer les espaces ajoutés automatiquement :
|
- Coller le texte suivant après "captive_portal:", en sautant deux lignes et en veillant à supprimer les espaces ajoutés automatiquement :
|
||||||
```
|
```
|
||||||
LD2410C:
|
ld2410:
|
||||||
|
|
||||||
uart:
|
uart:
|
||||||
tx_pin: GPIO18
|
tx_pin: GPIO18
|
||||||
|
|
@ -81,7 +81,7 @@ uart:
|
||||||
stop_bits: 1
|
stop_bits: 1
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
- platform: LD2410C
|
- platform: ld2410
|
||||||
light:
|
light:
|
||||||
name: light
|
name: light
|
||||||
moving_distance:
|
moving_distance:
|
||||||
|
|
@ -96,7 +96,7 @@ sensor:
|
||||||
name: Detection Distance
|
name: Detection Distance
|
||||||
|
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: LD2410C
|
- platform: ld2410
|
||||||
has_target:
|
has_target:
|
||||||
name: Presence
|
name: Presence
|
||||||
has_moving_target:
|
has_moving_target:
|
||||||
|
|
@ -105,7 +105,7 @@ binary_sensor:
|
||||||
name: Still Target
|
name: Still Target
|
||||||
|
|
||||||
number:
|
number:
|
||||||
- platform: LD2410C
|
- platform: ld2410
|
||||||
timeout:
|
timeout:
|
||||||
name: timeout
|
name: timeout
|
||||||
light_threshold:
|
light_threshold:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue