mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 07:46:37 +00:00
Update ha-panel-config.html
This commit is contained in:
parent
ecb5c58262
commit
d5ca790686
@ -108,7 +108,7 @@ Polymer({
|
|||||||
},
|
},
|
||||||
|
|
||||||
computeIsZwaveLoaded(hass) {
|
computeIsZwaveLoaded(hass) {
|
||||||
return true || window.hassUtil.isComponentLoaded(hass, 'config.zwave');
|
return window.hassUtil.isComponentLoaded(hass, 'config.zwave');
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user