Skip to content

Commit 2a73672

Browse files
committed
Revert "Change Doorbell Device Class"
This reverts commit e6cfc61.
1 parent e6cfc61 commit 2a73672

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

firmware/base.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ binary_sensor:
307307
- platform: tcs_intercom
308308
id: entrance_doorbell
309309
name: "Entrance Doorbell"
310-
device_class: DOORBELL
311310
lambda: !lambda "return id(entrance_doorbell_command);"
312311
auto_off: 0.2s
313312
on_press:
@@ -378,7 +377,6 @@ binary_sensor:
378377
- platform: tcs_intercom
379378
id: apartment_doorbell
380379
name: "Apartment Doorbell"
381-
device_class: DOORBELL
382380
lambda: !lambda "return id(apartment_doorbell_command);"
383381
auto_off: 0.2s
384382
on_multi_click:
@@ -683,6 +681,7 @@ event:
683681
id: doorbell_pattern
684682
name: "Doorbell Pattern"
685683
icon: "mdi:doorbell"
684+
device_class: DOORBELL
686685
event_types:
687686
- "apartment_single"
688687
- "apartment_double"

0 commit comments

Comments
 (0)