mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Fix typo in deprecated comment (#105969)
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user