Fix typo in deprecated comment (#105969)
This commit is contained in:
parent
bad9598baa
commit
a2a9a8e231
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue