diff --git a/src/panels/lovelace/ha-panel-lovelace.js b/src/panels/lovelace/ha-panel-lovelace.js index c8d10600e2f0..ca90b81b007d 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',