Fix typo in deprecated comment (#105969)

This commit is contained in:
mkmer 2023-12-18 08:04:19 -05:00 committed by GitHub
parent bad9598baa
commit a2a9a8e231
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ BINARY_SENSORS_TYPES: tuple[BinarySensorEntityDescription, ...] = (
device_class=BinarySensorDeviceClass.BATTERY,
entity_category=EntityCategory.DIAGNOSTIC,
),
# Camera Armed sensor is depreciated covered by switch and will be removed in 2023.6.
# Camera Armed sensor is deprecated covered by switch and will be removed in 2023.6.
BinarySensorEntityDescription(
key=TYPE_CAMERA_ARMED,
translation_key="camera_armed",