mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Remove unused stream_type attribute (#59625)
Remove this stream type that was previously renamed to frontend_stream_type
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user