Closed thecode closed 7 months ago
Since HA core 2024.1.0 supported_features should use the CameraEntityFeature IntFlag https://developers.home-assistant.io/docs/core/entity/camera/#supported-features SUPPORT_STREAM will be removed in HA Core 2025.1
supported_features
CameraEntityFeature
IntFlag
SUPPORT_STREAM
Fixes https://github.com/rroller/dahua/issues/328
PR for fixing Light deprecated constants will follow
Thank you!
Released in https://github.com/rroller/dahua/releases/tag/0.9.53
Since HA core 2024.1.0
supported_features
should use theCameraEntityFeature
IntFlag
https://developers.home-assistant.io/docs/core/entity/camera/#supported-featuresSUPPORT_STREAM
will be removed in HA Core 2025.1Fixes https://github.com/rroller/dahua/issues/328
PR for fixing Light deprecated constants will follow