Skip to content

Commit 1eb772a

Browse files
Merge pull request #33 from ApolloAutomation/ld2412-ld2450-name-id-name-fixes
update ld2412 and ld2450 target entities with better names and better id names
2 parents 10d0451 + 2382cf1 commit 1eb772a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Integrations/ESPHome/Core.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
substitutions:
2-
version: "25.8.20.2"
2+
version: "25.9.18.1"
33

44
esp32:
55
board: esp32-s3-devkitc-1
@@ -326,14 +326,14 @@ binary_sensor:
326326
- platform: ld2450
327327
ld2450_id: ld2450_radar
328328
has_target:
329-
id: has_target_bs
330-
name: Presence
329+
id: ld2450_presence
330+
name: "LD2450 Presence"
331331
has_moving_target:
332-
id: has_moving_target_bs
333-
name: Moving Target
332+
id: ld2450_moving_target
333+
name: "LD2450 Moving Target"
334334
has_still_target:
335-
id: has_still_target_bs
336-
name: Still Target
335+
id: ld2450_still_target
336+
name: "LD2450 Still Target"
337337

338338
- platform: status
339339
name: Online
@@ -1007,4 +1007,4 @@ script:
10071007
green: 0%
10081008
blue: 0%
10091009
- light.turn_off:
1010-
id: rgb_light
1010+
id: rgb_light

0 commit comments

Comments
 (0)