mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Bumped version to 20181210.1
This commit is contained in:
2
setup.py
2
setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name="home-assistant-frontend",
|
||||
version="20181210.0",
|
||||
version="20181210.1",
|
||||
description="The Home Assistant frontend",
|
||||
url="https://github.com/home-assistant/home-assistant-polymer",
|
||||
author="The Home Assistant Authors",
|
||||
|
||||
@@ -167,7 +167,7 @@ class LovelacePanel extends hassLocalizeLitMixin(LitElement) {
|
||||
enableFullEditMode: () => {
|
||||
if (!editorLoaded) {
|
||||
editorLoaded = true;
|
||||
import("./hui-editor");
|
||||
import(/* webpackChunkName: "lovelace-yaml-editor" */ "./hui-editor");
|
||||
}
|
||||
this._state = "yaml-editor";
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user