Skip to content

Commit 3a2cec3

Browse files
authored
Fix "Duplicate binary_sensor entity with name 'Occupancy' found" compiler error
1 parent 6da5013 commit 3a2cec3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/ld2410-base.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ binary_sensor:
2323
name: Still Target
2424
- platform: gpio
2525
pin: 18
26-
name: Occupancy
26+
name: Occupancy GPIO
2727
device_class: Occupancy
2828

2929
sensor:
@@ -186,4 +186,4 @@ select:
186186
disabled_by_default: true
187187
out_pin_level:
188188
name: GPIO Pin Level
189-
disabled_by_default: true
189+
disabled_by_default: true

0 commit comments

Comments
 (0)