Skip to content

Commit 571e2b9

Browse files
Merge pull request #17 from ApolloAutomation/ld2450-set-presence-timeout-fix
Ld2450-set-presence-timeout-fix
2 parents f668cbb + 957675b commit 571e2b9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Integrations/ESPHome/Core.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
substitutions:
2-
version: "25.6.25.1"
2+
version: "25.6.29.1"
33

44
esp32:
55
board: esp32-s3-devkitc-1
@@ -323,6 +323,18 @@ number:
323323
id: ld2412_g13_still_threshold
324324

325325
binary_sensor:
326+
- platform: ld2450
327+
ld2450_id: ld2450_radar
328+
has_target:
329+
id: has_target_bs
330+
name: Presence
331+
has_moving_target:
332+
id: has_moving_target_bs
333+
name: Moving Target
334+
has_still_target:
335+
id: has_still_target_bs
336+
name: Still Target
337+
326338
- platform: status
327339
name: Online
328340
id: ink_ha_connected

0 commit comments

Comments
 (0)