Skip to content

Commit 10d0451

Browse files
Merge pull request #31 from ApolloAutomation/RevertNames
Revert names
2 parents 1b6e876 + 29c022c commit 10d0451

File tree

6 files changed

+136
-7
lines changed

6 files changed

+136
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
id-token: write
2424
pull-requests: write
2525
with:
26-
device-name: r-pro-1
26+
device-name: r_pro-1
2727
yaml-files: |
2828
Integrations/ESPHome/R_PRO-1_ETH.yaml
2929
Integrations/ESPHome/R_PRO-1_W.yaml
30-
firmware-names: "_ETH:firmware-e,_W:firmware-w"
30+
firmware-names: "1_ETH:firmware-e,1_W:firmware-w"
3131
core-yaml-path: Integrations/ESPHome/Core.yaml
3232
esphome-version: stable
3333
# Bypass check if manually triggered with bypass option

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- dev
3030
steps:
3131
- name: Checkout source code
32-
uses: actions/checkout@v4.2.2
32+
uses: actions/checkout@v5.0.0
3333
- name: Build ESPHome firmware to verify configuration
3434
uses: esphome/build-action@v7
3535
with:

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- dev
2020
steps:
2121
- name: Checkout source code
22-
uses: actions/checkout@v4.2.2
22+
uses: actions/checkout@v5.0.0
2323
- name: Build ESPHome firmware to verify configuration
2424
uses: esphome/build-action@v7
2525
with:

Integrations/ESPHome/Core.yaml

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

44
esp32:
55
board: esp32-s3-devkitc-1
@@ -433,102 +433,162 @@ sensor:
433433
target_count:
434434
name: LD2450 Presence Target Count
435435
id: presence_target_count
436+
filters:
437+
- throttle: 500ms
436438
still_target_count:
437439
name: LD2450 Still Target Count
438440
id: ld2450_still_target_count
441+
filters:
442+
- throttle: 500ms
439443
moving_target_count:
440444
name: LD2450 Moving Target Count
441445
id: ld2450_moving_target_count
446+
filters:
447+
- throttle: 500ms
442448
target_1:
443449
x:
444450
name: LD2450 Target-1 X
445451
id: ld2450_target1_x
452+
filters:
453+
- throttle: 500ms
446454
y:
447455
name: LD2450 Target-1 Y
448456
id: ld2450_target1_y
457+
filters:
458+
- throttle: 500ms
449459
speed:
450460
name: LD2450 Target-1 Speed
451461
id: ld2450_target1_speed
462+
filters:
463+
- throttle: 500ms
452464
angle:
453465
name: LD2450 Target-1 Angle
454466
id: ld2450_target1_angle
467+
filters:
468+
- throttle: 500ms
455469
distance:
456470
name: LD2450 Target-1 Distance
457471
id: ld2450_target1_distance
472+
filters:
473+
- throttle: 500ms
458474
resolution:
459475
name: LD2450 Target-1 Resolution
460476
id: ld2450_target1_resolution
461477
disabled_by_default: true
478+
filters:
479+
- throttle: 500ms
462480
target_2:
463481
x:
464482
name: LD2450 Target-2 X
465483
id: ld2450_target2_x
484+
filters:
485+
- throttle: 500ms
466486
y:
467487
name: LD2450 Target-2 Y
468488
id: ld2450_target2_y
489+
filters:
490+
- throttle: 500ms
469491
speed:
470492
name: LD2450 Target-2 Speed
471493
id: ld2450_target2_speed
494+
filters:
495+
- throttle: 500ms
472496
angle:
473497
name: LD2450 Target-2 Angle
474498
id: ld2450_target2_angle
499+
filters:
500+
- throttle: 500ms
475501
distance:
476502
name: LD2450 Target-2 Distance
477503
id: ld2450_target2_distance
504+
filters:
505+
- throttle: 500ms
478506
resolution:
479507
name: LD2450 Target-2 Resolution
480508
id: ld2450_target2_resolution
481509
disabled_by_default: true
510+
filters:
511+
- throttle: 500ms
482512
target_3:
483513
x:
484514
name: LD2450 Target-3 X
485515
id: ld2450_target3_x
516+
filters:
517+
- throttle: 500ms
486518
y:
487519
name: LD2450 Target-3 Y
488520
id: ld2450_target3_y
521+
filters:
522+
- throttle: 500ms
489523
speed:
490524
name: LD2450 Target-3 Speed
491525
id: ld2450_target3_speed
526+
filters:
527+
- throttle: 500ms
492528
angle:
493529
name: LD2450 Target-3 Angle
494530
id: ld2450_target3_angle
531+
filters:
532+
- throttle: 500ms
495533
distance:
496534
name: LD2450 Target-3 Distance
497535
id: ld2450_target3_distance
536+
filters:
537+
- throttle: 500ms
498538
resolution:
499539
name: LD2450 Target-3 Resolution
500540
id: ld2450_target3_resolution
501541
disabled_by_default: true
542+
filters:
543+
- throttle: 500ms
502544
zone_1:
503545
target_count:
504546
name: LD2450 Zone-1 All Target Count
505547
id: ld2450_zone1_target_count
548+
filters:
549+
- throttle: 500ms
506550
still_target_count:
507551
name: LD2450 Zone-1 Still Target Count
508552
id: ld2450_zone1_still_target_count
553+
filters:
554+
- throttle: 500ms
509555
moving_target_count:
510556
name: LD2450 Zone-1 Moving Target Count
511557
id: ld2450_zone1_moving_target_count
558+
filters:
559+
- throttle: 500ms
512560
zone_2:
513561
target_count:
514562
name: LD2450 Zone-2 All Target Count
515563
id: ld2450_zone2_target_count
564+
filters:
565+
- throttle: 500ms
516566
still_target_count:
517567
name: LD2450 Zone-2 Still Target Count
518568
id: ld2450_zone2_still_target_count
569+
filters:
570+
- throttle: 500ms
519571
moving_target_count:
520572
name: LD2450 Zone-2 Moving Target Count
521573
id: ld2450_zone2_moving_target_count
574+
filters:
575+
- throttle: 500ms
522576
zone_3:
523577
target_count:
524578
name: LD2450 Zone-3 All Target Count
525579
id: ld2450_zone3_target_count
580+
filters:
581+
- throttle: 500ms
526582
still_target_count:
527583
name: LD2450 Zone-3 Still Target Count
528584
id: ld2450_zone3_still_target_count
585+
filters:
586+
- throttle: 500ms
529587
moving_target_count:
530588
name: LD2450 Zone-3 Moving Target Count
531589
id: ld2450_zone3_moving_target_count
590+
filters:
591+
- throttle: 500ms
532592

533593
- platform: ld2412
534594
light:
@@ -539,120 +599,187 @@ sensor:
539599
name: LD2412 Moving Distance
540600
id: ld2412_moving_distance
541601
disabled_by_default: true
602+
filters:
603+
- throttle: 500ms
542604
still_distance:
543605
name: LD2412 Still Distance
544606
id: ld2412_still_distance
545607
disabled_by_default: true
608+
filters:
609+
- throttle: 500ms
546610
moving_energy:
547611
name: LD2412 Move Energy
548612
id: ld2412_move_energy
549613
disabled_by_default: true
614+
filters:
615+
- throttle: 500ms
550616
still_energy:
551617
name: LD2412 Still Energy
552618
id: ld2412_still_energy
553619
disabled_by_default: true
620+
filters:
621+
- throttle: 500ms
554622
detection_distance:
555623
name: LD2412 Detection Distance
556624
id: ld2412_detection_distance
557625
disabled_by_default: true
626+
filters:
627+
- throttle: 500ms
558628
gate_0:
559629
move_energy:
560630
name: LD2412 g00 move energy
561631
id: ld2412_g00_move_energy
632+
filters:
633+
- throttle: 500ms
562634
still_energy:
563635
name: LD2412 g00 still energy
564636
id: ld2412_g00_still_energy
637+
filters:
638+
- throttle: 500ms
639+
565640
gate_1:
566641
move_energy:
567642
name: LD2412 g01 move energy
568643
id: ld2412_g01_move_energy
644+
filters:
645+
- throttle: 500ms
569646
still_energy:
570647
name: LD2412 g01 still energy
571648
id: ld2412_g01_still_energy
649+
filters:
650+
- throttle: 500ms
572651
gate_2:
573652
move_energy:
574653
name: LD2412 g02 move energy
575654
id: ld2412_g02_move_energy
655+
filters:
656+
- throttle: 500ms
576657
still_energy:
577658
name: LD2412 g02 still energy
578659
id: ld2412_g02_still_energy
660+
filters:
661+
- throttle: 500ms
579662
gate_3:
580663
move_energy:
581664
name: LD2412 g03 move energy
582665
id: ld2412_g03_move_energy
666+
filters:
667+
- throttle: 500ms
583668
still_energy:
584669
name: LD2412 g03 still energy
585670
id: ld2412_g03_still_energy
671+
filters:
672+
- throttle: 500ms
586673
gate_4:
587674
move_energy:
588675
name: LD2412 g04 move energy
589676
id: ld2412_g04_move_energy
677+
filters:
678+
- throttle: 500ms
590679
still_energy:
591680
name: LD2412 g04 still energy
592681
id: ld2412_g04_still_energy
682+
filters:
683+
- throttle: 500ms
593684
gate_5:
594685
move_energy:
595686
name: LD2412 g05 move energy
596687
id: ld2412_g05_move_energy
688+
filters:
689+
- throttle: 500ms
597690
still_energy:
598691
name: LD2412 g05 still energy
599692
id: ld2412_g05_still_energy
693+
filters:
694+
- throttle: 500ms
600695
gate_6:
601696
move_energy:
602697
name: LD2412 g06 move energy
603698
id: ld2412_g06_move_energy
699+
filters:
700+
- throttle: 500ms
604701
still_energy:
605702
name: LD2412 g06 still energy
606703
id: ld2412_g06_still_energy
704+
filters:
705+
- throttle: 500ms
607706
gate_7:
608707
move_energy:
609708
name: LD2412 g07 move energy
610709
id: ld2412_g07_move_energy
710+
filters:
711+
- throttle: 500ms
611712
still_energy:
612713
name: LD2412 g07 still energy
613714
id: ld2412_g07_still_energy
715+
filters:
716+
- throttle: 500ms
614717
gate_8:
615718
move_energy:
616719
name: LD2412 g08 move energy
617720
id: ld2412_g08_move_energy
721+
filters:
722+
- throttle: 500ms
618723
still_energy:
619724
name: LD2412 g08 still energy
620725
id: ld2412_g08_still_energy
726+
filters:
727+
- throttle: 500ms
621728
gate_9:
622729
move_energy:
623730
name: LD2412 g09 move energy
624731
id: ld2412_g09_move_energy
732+
filters:
733+
- throttle: 500ms
625734
still_energy:
626735
name: LD2412 g09 still energy
627736
id: ld2412_g09_still_energy
737+
filters:
738+
- throttle: 500ms
628739
gate_10:
629740
move_energy:
630741
name: LD2412 g10 move energy
631742
id: ld2412_g10_move_energy
743+
filters:
744+
- throttle: 500ms
632745
still_energy:
633746
name: LD2412 g10 still energy
634747
id: ld2412_g10_still_energy
748+
filters:
749+
- throttle: 500ms
635750
gate_11:
636751
move_energy:
637752
name: LD2412 g11 move energy
638753
id: ld2412_g11_move_energy
754+
filters:
755+
- throttle: 500ms
639756
still_energy:
640757
name: LD2412 g11 still energy
641758
id: ld2412_g11_still_energy
759+
filters:
760+
- throttle: 500ms
642761
gate_12:
643762
move_energy:
644763
name: LD2412 g12 move energy
645764
id: ld2412_g12_move_energy
765+
filters:
766+
- throttle: 500ms
646767
still_energy:
647768
name: LD2412 g12 still energy
648769
id: ld2412_g12_still_energy
770+
filters:
771+
- throttle: 500ms
649772
gate_13:
650773
move_energy:
651774
name: LD2412 g13 move energy
652775
id: ld2412_g13_move_energy
776+
filters:
777+
- throttle: 500ms
653778
still_energy:
654779
name: LD2412 g13 still energy
655780
id: ld2412_g13_still_energy
781+
filters:
782+
- throttle: 500ms
656783

657784
select:
658785
- platform: ld2412
@@ -880,4 +1007,4 @@ script:
8801007
green: 0%
8811008
blue: 0%
8821009
- light.turn_off:
883-
id: rgb_light
1010+
id: rgb_light

0 commit comments

Comments
 (0)