Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions config/common/mmwave_ld2410.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
ld2410:

uart:
tx_pin: GPIO43
rx_pin: GPIO44
baud_rate: 256000
parity: NONE
stop_bits: 1

binary_sensor:
- platform: ld2410
has_target:
name: Room Presence
id: room_presence
has_moving_target:
name: Moving Target
has_still_target:
name: Still Target
out_pin_presence_status:
name: out pin presence status
6 changes: 3 additions & 3 deletions config/satellite1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ external_components:
packages:
core_board: !include common/core_board.yaml
wifi: !include common/wifi_improv.yaml

sensors: !include common/hat_sensors.yaml
buttons: !include common/buttons.yaml
ha: !include common/home_assistant.yaml
Expand All @@ -111,8 +110,9 @@ packages:
timer: !include common/timer.yaml
led_ring: !include common/led_ring.yaml


#debug: !include common/debug.yaml
#OPTIONAL COMPONENTS
# mmwave_ld2410: !include common/mmwave_ld2410.yaml
# debug: !include common/debug.yaml

ota:
- platform: satellite1
Expand Down