Remove unused stream_type attribute (#59625)

Remove this stream type that was previously renamed to frontend_stream_type
This commit is contained in:
Allen Porter
2021-11-13 04:45:18 -08:00
committed by GitHub
parent 435e1fb092
commit 8ce3f18295

View File

@@ -570,8 +570,6 @@ class Camera(Entity):
if self.frontend_stream_type:
attrs["frontend_stream_type"] = self.frontend_stream_type
# Remove after home-assistant/frontend#10298 is merged into nightly
attrs["stream_type"] = self.frontend_stream_type
return attrs