mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37:21 +00:00
Use new LL command (#1702)
This commit is contained in:
parent
e1738b625d
commit
d2dd82c0ec
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user