Use new LL command (#1702)

This commit is contained in:
Paulus Schoutsen 2018-10-02 14:16:52 +02:00 committed by GitHub
parent e1738b625d
commit d2dd82c0ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',