From d2dd82c0ec7936d7624b212182a093489fa3c0ff Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 2 Oct 2018 14:16:52 +0200 Subject: [PATCH] Use new LL command (#1702) --- src/panels/lovelace/ha-panel-lovelace.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/lovelace/ha-panel-lovelace.js b/src/panels/lovelace/ha-panel-lovelace.js index c8d10600e2..ca90b81b00 100644 --- a/src/panels/lovelace/ha-panel-lovelace.js +++ b/src/panels/lovelace/ha-panel-lovelace.js @@ -104,7 +104,7 @@ class Lovelace extends PolymerElement { async _fetchConfig() { try { - const conf = await this.hass.callWS({ type: 'frontend/lovelace_config' }); + const conf = await this.hass.callWS({ type: 'lovelace/config' }); this.setProperties({ _config: conf, _state: 'loaded',