mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37:21 +00:00
Bumped version to 20181210.1
This commit is contained in:
parent
0899d42967
commit
7d2444868d
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";
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user