Skip to content

Commit e7ee382

Browse files
committed
Change Entity Categories
1 parent cb7ee04 commit e7ee382

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

firmware/base.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ binary_sensor:
419419
name: "Pick up phone"
420420
lambda: !lambda "return id(pick_up_phone_command);"
421421
auto_off: 0.2s
422+
entity_category: DIAGNOSTIC
422423
disabled_by_default: true
423424
on_multi_click:
424425
# Single press
@@ -462,6 +463,7 @@ binary_sensor:
462463
name: "Hang up phone"
463464
lambda: !lambda "return id(hang_up_phone_command);"
464465
auto_off: 0.2s
466+
entity_category: DIAGNOSTIC
465467
disabled_by_default: true
466468

467469
- platform: gpio
@@ -479,10 +481,14 @@ binary_sensor:
479481
# Ring To Open - toggle switch automation
480482
- platform: tcs_intercom
481483
id: ring_to_open_toggle
484+
name: "Ring To Open: Trigger"
485+
auto_off: 0.2s
482486
internal: true
483487
lambda: !lambda "return id(ring_to_open_toggle_command);"
484488
on_press:
485489
- switch.toggle: doorman_ring_to_open
490+
entity_category: DIAGNOSTIC
491+
disabled_by_default: true
486492

487493
number:
488494
- platform: template

0 commit comments

Comments
 (0)