Fix missing translation key for august doorbells (#122251)

This commit is contained in:
J. Nick Koston
2024-07-22 06:15:43 -05:00
committed by GitHub
parent 7ec332f857
commit d421525f1b
3 changed files with 12 additions and 8 deletions

View File

@@ -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,