From 258cfddc3fcb41e7cc7edbfb541c752a53ca8c38 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 19 Nov 2019 00:28:35 +0100 Subject: [PATCH] Remove alias from scene action (#4240) Fixes https://github.com/home-assistant/home-assistant-polymer/issues/4239 --- src/panels/config/js/script/scene.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/panels/config/js/script/scene.tsx b/src/panels/config/js/script/scene.tsx index 001b360445..989fa3b890 100644 --- a/src/panels/config/js/script/scene.tsx +++ b/src/panels/config/js/script/scene.tsx @@ -33,6 +33,5 @@ export default class SceneAction extends Component { } (SceneAction as any).defaultConfig = { - alias: "", scene: "", };