From 8ce3f182958ea89f65dcdd78181d95a212afa4b0 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sat, 13 Nov 2021 04:45:18 -0800 Subject: [PATCH] Remove unused stream_type attribute (#59625) Remove this stream type that was previously renamed to frontend_stream_type --- homeassistant/components/camera/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/camera/__init__.py b/homeassistant/components/camera/__init__.py index 4aa443c2ed6..8534120a77f 100644 --- a/homeassistant/components/camera/__init__.py +++ b/homeassistant/components/camera/__init__.py @@ -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