mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Remove device_class from NFC and fingerprint event descriptions (#135867)
This commit is contained in:
parent
abc256fb3e
commit
5ea5413064
@ -181,7 +181,6 @@ EVENT_DESCRIPTIONS: tuple[ProtectEventEntityDescription, ...] = (
|
||||
ProtectEventEntityDescription(
|
||||
key="nfc",
|
||||
translation_key="nfc",
|
||||
device_class=EventDeviceClass.DOORBELL,
|
||||
icon="mdi:nfc",
|
||||
ufp_required_field="feature_flags.support_nfc",
|
||||
ufp_event_obj="last_nfc_card_scanned_event",
|
||||
@ -191,7 +190,6 @@ EVENT_DESCRIPTIONS: tuple[ProtectEventEntityDescription, ...] = (
|
||||
ProtectEventEntityDescription(
|
||||
key="fingerprint",
|
||||
translation_key="fingerprint",
|
||||
device_class=EventDeviceClass.DOORBELL,
|
||||
icon="mdi:fingerprint",
|
||||
ufp_required_field="feature_flags.has_fingerprint_sensor",
|
||||
ufp_event_obj="last_fingerprint_identified_event",
|
||||
|
Loading…
x
Reference in New Issue
Block a user