Skip to content

Commit

Permalink
Additional change to supported_features to use CameraEntityFeature
Browse files Browse the repository at this point in the history
  • Loading branch information
kramttocs committed Jan 11, 2024
1 parent 4484cf4 commit b650b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/blueiris/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ async def async_added_to_hass_local(self):
_LOGGER.info(f"Added new {self.name}")

@property
def supported_features(self):
def supported_features(self) -> CameraEntityFeature:
"""Return supported features for this camera."""
return self._supported_features

Expand Down

0 comments on commit b650b4a

Please sign in to comment.