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 :
|
||||
```
|
||||
LD2410C:
|
||||
ld2410:
|
||||
|
||||
uart:
|
||||
tx_pin: GPIO18
|
||||
|
|
@ -81,7 +81,7 @@ uart:
|
|||
stop_bits: 1
|
||||
|
||||
sensor:
|
||||
- platform: LD2410C
|
||||
- platform: ld2410
|
||||
light:
|
||||
name: light
|
||||
moving_distance:
|
||||
|
|
@ -96,7 +96,7 @@ sensor:
|
|||
name: Detection Distance
|
||||
|
||||
binary_sensor:
|
||||
- platform: LD2410C
|
||||
- platform: ld2410
|
||||
has_target:
|
||||
name: Presence
|
||||
has_moving_target:
|
||||
|
|
@ -105,7 +105,7 @@ binary_sensor:
|
|||
name: Still Target
|
||||
|
||||
number:
|
||||
- platform: LD2410C
|
||||
- platform: ld2410
|
||||
timeout:
|
||||
name: timeout
|
||||
light_threshold:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue