mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Remove unused stream_type attribute (#59625)
Remove this stream type that was previously renamed to frontend_stream_type
This commit is contained in:
parent
435e1fb092
commit
8ce3f18295
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user