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