mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Fix typo in deprecated comment (#105969)
This commit is contained in:
parent
bad9598baa
commit
a2a9a8e231
@ -32,7 +32,7 @@ BINARY_SENSORS_TYPES: tuple[BinarySensorEntityDescription, ...] = (
|
|||||||
device_class=BinarySensorDeviceClass.BATTERY,
|
device_class=BinarySensorDeviceClass.BATTERY,
|
||||||
entity_category=EntityCategory.DIAGNOSTIC,
|
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(
|
BinarySensorEntityDescription(
|
||||||
key=TYPE_CAMERA_ARMED,
|
key=TYPE_CAMERA_ARMED,
|
||||||
translation_key="camera_armed",
|
translation_key="camera_armed",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user