Skip to content

Commit 2382cf1

Browse files
authored
update ld2412 and ld2450 target entities with better names and better id names
discord user Mistar Muffin pointed out the names were not specific on ld2450 presence target entities. I edited the names to match the same as LD2412 names and edited each entity ID for both ld2412/ld2450 to more accurately reflect the name of the entities. https://discord.com/channels/1126966963206361199/1354841614178062417/1418203837310963712
1 parent df2659d commit 2382cf1

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)