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