Skip to content

Commit 99c5c42

Browse files
committed
Remove distance and the counter from diagnostic
1 parent 4807309 commit 99c5c42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/roode/sensor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@
2323
unit_of_measurement=UNIT_EMPTY,
2424
accuracy_decimals=2,
2525
state_class=STATE_CLASS_MEASUREMENT,
26-
entity_category=ENTITY_CATEGORY_DIAGNOSTIC,
2726
),
2827
cv.Optional(CONF_PEOPLE_COUNTER):
2928
sensor.sensor_schema(
3029
icon=ICON_COUNTER,
3130
unit_of_measurement=UNIT_EMPTY,
3231
accuracy_decimals=0,
3332
state_class=STATE_CLASS_MEASUREMENT,
34-
entity_category=ENTITY_CATEGORY_DIAGNOSTIC,
3533
),
3634
cv.Optional(CONF_MAX_THRESHOLD_ZONE0):
3735
sensor.sensor_schema(

0 commit comments

Comments
 (0)