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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue