mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 19:40:11 +00:00
Fix missing translation key for august doorbells (#122251)
This commit is contained in:
@@ -81,6 +81,7 @@ SENSOR_TYPES_VIDEO_DOORBELL = (
|
||||
SENSOR_TYPES_DOORBELL: tuple[AugustDoorbellBinarySensorEntityDescription, ...] = (
|
||||
AugustDoorbellBinarySensorEntityDescription(
|
||||
key="ding",
|
||||
translation_key="ding",
|
||||
device_class=BinarySensorDeviceClass.OCCUPANCY,
|
||||
value_fn=retrieve_ding_activity,
|
||||
is_time_based=True,
|
||||
|
||||
Reference in New Issue
Block a user