File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -307,6 +307,7 @@ binary_sensor:
307
307
- platform : tcs_intercom
308
308
id : entrance_doorbell
309
309
name : " Entrance Doorbell"
310
+ device_class : DOORBELL
310
311
lambda : !lambda "return id(entrance_doorbell_command);"
311
312
auto_off : 0.2s
312
313
on_press :
@@ -377,6 +378,7 @@ binary_sensor:
377
378
- platform : tcs_intercom
378
379
id : apartment_doorbell
379
380
name : " Apartment Doorbell"
381
+ device_class : DOORBELL
380
382
lambda : !lambda "return id(apartment_doorbell_command);"
381
383
auto_off : 0.2s
382
384
on_multi_click :
@@ -681,7 +683,6 @@ event:
681
683
id : doorbell_pattern
682
684
name : " Doorbell Pattern"
683
685
icon : " mdi:doorbell"
684
- device_class : DOORBELL
685
686
event_types :
686
687
- " apartment_single"
687
688
- " apartment_double"
You can’t perform that action at this time.
0 commit comments