Commit e7ee382 1 parent cb7ee04 commit e7ee382 Copy full SHA for e7ee382
File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -419,6 +419,7 @@ binary_sensor:
419
419
name : " Pick up phone"
420
420
lambda : !lambda "return id(pick_up_phone_command);"
421
421
auto_off : 0.2s
422
+ entity_category : DIAGNOSTIC
422
423
disabled_by_default : true
423
424
on_multi_click :
424
425
# Single press
@@ -462,6 +463,7 @@ binary_sensor:
462
463
name : " Hang up phone"
463
464
lambda : !lambda "return id(hang_up_phone_command);"
464
465
auto_off : 0.2s
466
+ entity_category : DIAGNOSTIC
465
467
disabled_by_default : true
466
468
467
469
- platform : gpio
@@ -479,10 +481,14 @@ binary_sensor:
479
481
# Ring To Open - toggle switch automation
480
482
- platform : tcs_intercom
481
483
id : ring_to_open_toggle
484
+ name : " Ring To Open: Trigger"
485
+ auto_off : 0.2s
482
486
internal : true
483
487
lambda : !lambda "return id(ring_to_open_toggle_command);"
484
488
on_press :
485
489
- switch.toggle : doorman_ring_to_open
490
+ entity_category : DIAGNOSTIC
491
+ disabled_by_default : true
486
492
487
493
number :
488
494
- platform : template
You can’t perform that action at this time.
0 commit comments