1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 17:28:46 +01:00

Remove alias from scene action (#4240)

Fixes https://github.com/home-assistant/home-assistant-polymer/issues/4239
This commit is contained in:
Bram Kragten
2019-11-19 00:28:35 +01:00
committed by GitHub
parent 3697500402
commit 258cfddc3f
-1
View File
@@ -33,6 +33,5 @@ export default class SceneAction extends Component<any> {
}
(SceneAction as any).defaultConfig = {
alias: "",
scene: "",
};