Fix hiding menu button when not needed

This commit is contained in:
Paulus Schoutsen 2018-06-20 16:12:42 -04:00
parent a92c187627
commit 63b123fc8f

View File

@ -18,6 +18,8 @@ class Lovelace extends PolymerElement {
return html` return html`
<template is='dom-if' if='[[_equal(_state, "loaded")]]' restamp> <template is='dom-if' if='[[_equal(_state, "loaded")]]' restamp>
<hui-root <hui-root
narrow="[[narrow]]"
show-menu="[[showMenu]]"
hass='[[hass]]' hass='[[hass]]'
config='[[_config]]' config='[[_config]]'
columns='[[_columns]]' columns='[[_columns]]'